Documentation ¶
Overview ¶
fusermount is a very limited replacement for the C fusermount. It is invoked by other programs, or interactively only to unmount.
Synopsis:
fusermount [-u|--unmount] [-z|--lazy] [-v|--verbose] <mountpoint>
For mounting, per the FUSE model, the environment variable _FUSE_COMMFD must have the value of a file descriptor variable on which we pass the fuse fd.
There is some checking we don't do, e.g. for the number of active mount points. Last time I checked, that's the kind of stuff kernels do.
Description:
invoke fuse mount operations
Click to show internal directories.
Click to hide internal directories.