Unmount fuse filesystems
fusermount [OPTIONS] MOUNTPOINT
Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.
fusermount is a program to unmount FUSE filesystems.
print help.
print version.
mount options.
unmount.
quiet.
lazy unmount.
More information about fusermount and the FUSE project can be found at <http://fuse.sourceforge.net/>.
FUSE was written by Miklos Szeredi <[email protected]>.
This manual page was written by Daniel Baumann <[email protected]>.