AFUSE - automounting file system implemented in user-space using
FUSE
usage: afuse mountpoint [options]
- -o
mount_template=CMD
- template for CMD to execute to mount (*)
- -o
unmount_template=CMD
- template for CMD to execute to unmount (*) (**)
- (*) - When executed, %r and %m are expanded in templates to the root
- directory name for the new mount point, and the actual directory to mount
onto respectively to mount onto. Both templates are REQUIRED.
- (**)- The unmount command must perform a lazy unmount operation. E.g.
the
- -u -z options to fusermount, or -l for regular mount.
This manual page was written by Varun Hiremath
<varunhiremath@gmail.com>, for the Debian project (but may be used by
others).