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 updatesudo apt-get install fuse - Raspbian
-
apt-get install fuse - Docker
-
docker run cmd.cat/fusermount fusermountpowered 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