fusermount
Mount and unmount FUSE filesystems. More information: <https://manned.org/fusermount>.
Install
- All systems
-
curl cmd.cat/fusermount.sh
- Debian
-
apt-get install fuse
- Ubuntu
-
apt-get install fuse
- Alpine
-
apk add fuse
- Arch Linux
-
pacman -S fuse2
- Kali Linux
-
apt-get install fuse
- CentOS
-
yum install fuse
- Fedora
-
dnf install fuse
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fuse
- Raspbian
-
apt-get install fuse
- Dockerfile
- dockerfile.run/fusermount
- Docker
-
docker run cmd.cat/fusermount fusermount
powered by Commando
Mount and unmount FUSE filesystems. More information: <https://manned.org/fusermount>.
-
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
© tl;dr; authors and contributors