fusermount - Man Page

mount and unmount FUSE filesystems

Examples (TL;DR)

Synopsis

fusermount [Options] MOUNTPOINT

Description

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 mount and unmount FUSE filesystems.

Options

-h

print help.

-V

print version.

-o OPTION[,OPTION...]

mount options.

-u

unmount.

-q

quiet.

-z

lazy unmount.

See Also

mount(8), mount.fuse(8), ulockmgr_server(1).

Homepage

More information about fusermount and the FUSE project can be found at <http://fuse.sourceforge.net/>.

Author

FUSE was written by Miklos Szeredi <miklos@szeredi.hu>.

This manual page was written by Daniel Baumann <daniel.baumann@progress-technologies.net>.

Referenced By

acngfs(8), bindfs(1), cryfs(1), disorderfs(1), fuse(4), fuse-zip(1), gluster(8), glusterd(8), glusterfs(8), glusterfsd(8), guestfs-building(1), guestmount(1), guestunmount(1), ifuse(1), jmtpfs(1), mount.fuse(8), mount.fuse3(8), oscap-vm(8), s3fs(1), uadefs(1), ulockmgr_server(1).

2011-10-23 2.8.6 Filesystem in Userspace (FUSE)