fusermount3
Filesystem in Userspace (3.x version)
Install
- All systems
-
curl cmd.cat/fusermount3.sh
- Debian
-
apt-get install fuse3 - Ubuntu
-
apt-get install fuse3 - Arch Linux
-
pacman -S fuse3 - Kali Linux
-
apt-get install fuse3 - Fedora
-
dnf install fuse3 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install fuse3
fuse3
Filesystem in Userspace (3.x version)
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.