diff --git a/pages/common/fusermount.md b/pages/common/fusermount.md new file mode 100644 index 000000000..7d3d82427 --- /dev/null +++ b/pages/common/fusermount.md @@ -0,0 +1,16 @@ +# fusermount + +> Mount and unmount FUSE filesystems. +> More information: . + +- Unmount a FUSE filesystem: + +`fusermount -u {{path/to/mount_point}}` + +- Unmount a FUSE filesystem as soon as it becomes unused: + +`fusermount -z {{path/to/mount_point}}` + +- Display version: + +`fusermount --version`