Linux Commands Examples

A great documentation place for Linux commands

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

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

36
source
            
fusermount -u ~/yadfs
16
source
            
fusermount -u mount
6
source
            
fusermount -u ~/mtp
5
source
            
fusermount -u module_test
5
source
            
fusermount -u ~/phd
5
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>.

How can this site be more helpful to YOU ?


give  feedback