fusermount
mount and unmount FUSE filesystems
see also :
mount - mount.fuse - ulockmgr_server
Synopsis
fusermount
[OPTIONS] MOUNTPOINT
add an example, a script, a trick and tips
examples
source
fusermount -u module_test
source
cd bin
fusermount -u mount
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.
homepage
More information about fusermount and the FUSE project can be
found at <http://fuse.sourceforge.net/>.
see also
mount ,
mount.fuse , ulockmgr_server .
author
FUSE was
written by Miklos Szeredi
<miklos[:at:]szeredi[:dot:]hu>.
This manual
page was written by Daniel Baumann
<daniel.baumann@progress-technologies.net>.