You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by Petro Karashchenko <pe...@gmail.com> on 2022/01/26 11:54:16 UTC

Re: FS automount: callback when FS is mounted

Hello Gregory,

I made some progress with this activity. Will appreciate your review
https://github.com/apache/incubator-nuttx/pull/5345

Best regards,
Petro

чт, 2 груд. 2021 р. о 01:42 Gregory Nutt <sp...@gmail.com> пише:
>
> > But ai think that the approach with a signal will require turning
> automount
>
> into a complete file based driver with open/close/ioctl support.
>
>
> Yes, it would have to support a minimal character driver interfaces, one
> for each monitored volume.  The are several characters drivers that just do
> IOCTLs and no data transfers.  It would have to be like those.