1FUSERMOUNT(1)           Filesystem in Userspace (FUSE)           FUSERMOUNT(1)
2
3
4

NAME

6       fusermount - mount and unmount FUSE filesystems
7
8

SYNOPSIS

10       fusermount [OPTIONS] MOUNTPOINT
11
12

DESCRIPTION

14       Filesystem in Userspace (FUSE) is a simple interface for userspace pro‐
15       grams to export a virtual filesystem to the Linux kernel. It also  aims
16       to provide a secure method for non privileged users to create and mount
17       their own filesystem implementations.
18
19       fusermount is a program to mount and unmount FUSE filesystems.
20
21

OPTIONS

23       -h  print help.
24
25       -V  print version.
26
27       -o OPTION[,OPTION...]
28           mount options.
29
30       -u  unmount.
31
32       -q  quiet.
33
34       -z  lazy unmount.
35
36

SEE ALSO

38       mount(8), mount.fuse(8), ulockmgr_server(1).
39
40

HOMEPAGE

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

AUTHOR

47       FUSE was written by Miklos Szeredi <miklos@szeredi.hu>.
48
49       This   manual   page   was   written  by  Daniel  Baumann  <daniel.bau‐
50       mann@progress-technologies.net>.
51
52
53
542.8.6                             2011-10-23                     FUSERMOUNT(1)
Impressum