mount.fuse3
Filesystem in Userspace (3.x version)
Install
- All systems
-
curl cmd.cat/mount.fuse3.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 update
sudo apt-get install fuse3
- Dockerfile
- dockerfile.run/mount.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.