From e6e78f05e498f08f77a73429c79e0cadd417a6ee Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 30 Mar 2021 20:59:31 +0200 Subject: [PATCH] fusermount: add page (#5582) --- pages/common/fusermount.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/fusermount.md 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`