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

NAME

6       fusermount3 - mount and unmount FUSE filesystems
7
8

SYNOPSIS

10       fusermount3 [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       fusermount3 is a program to mount  and  unmount  FUSE  filesystems.  It
20       should be called directly only for unmounting FUSE file systems. To al‐
21       low mounting and unmounting by unprivileged users, fusermount3 needs to
22       be installed set-uid root.
23

OPTIONS

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

SEE ALSO

40       mount(8), mount.fuse3(8), fuse(4),
41
42

HOMEPAGE

44       More information about fusermount3 and the FUSE project can be found at
45       <http://fuse.sourceforge.net/>.
46
47

AUTHORS

49       FUSE is currently maintained by Nikolaus Rath <Nikolaus@rath.org>
50
51       The original author of FUSE is Miklos Szeredi <miklos@szeredi.hu>.
52
53       This manual page was originally written by Daniel Baumann  <daniel.bau‐
54       mann@progress-technologies.net>.
55
56
57
582.8.6                             2011-10-23                    FUSERMOUNT3(1)
Impressum