FUSE
Filesystem in Userspace (FUSE) is a mechanism for Unix-like operating systems that lets non-privileged users create their own file systems without editing kernel code. This is achieved by running file system code in user space, while the FUSE kernel module provides only a "bridge" to the actual kernel interfaces.
Unmounting
FUSE filesystems can be unmounted using fusermount3(1) provided by fuse3 or using fusermount(1) provided by fuse2. E.g.:
$ fusermount3 -u mountpoint
List of FUSE filesystems
- adbfs-rootless — Mount an Android device connected via USB.
- apfs-fuse — FUSE driver for APFS (Apple File System).
- astreamfs — A(synchronous) Stream(ing) (fuse) F(ile)S(ystem).
- AVFS — A Virtual File System that allows browsing compressed files (archives).
- CurlFtpFS — Filesystem for accessing FTP hosts based on FUSE and libcurl.
- davfs2 — File system driver that allows you to mount a WebDAV folder.
- EncFS — Userspace stackable cryptographic file-system.
- fuse-archive — Serves an archive or compressed file as a read-only FUSE file system.
- fuseiso — Mount an ISO as a regular user.
- GDriveFS — Innovative FUSE wrapper for Google Drive.
- gitfs — gitfs is a FUSE file system that fully integrates with git.
- gocryptfs — gocryptfs is a userspace stackable cryptographic file-system.
- google-drive-ocamlfuse — FUSE-based file system backed by Google Drive, written in OCaml.
- gphotofs — FUSE module to mount camera as a filesystem.
- HubicFuse — FUSE filesystem to access HubiC cloud storage.
- iFuse — A fuse filesystem to access the contents of an iPhone or iPod Touch.
- NTFS-3G — NTFS driver with extended capabilities.
- rclone — Mount a remote file system on a mountpoint.
- s3fs — FUSE-based file system backed by Amazon S3.
- SSHFS — FUSE-based filesystem client for mounting directories over SSH.
- TMSU — A command-line tool for tagging your files and accessing them through a virtual filesystem.
- https://tmsu.org/ || tmsuAUR
- vdfuse — Mounting VirtualBox disk images (VDI/VMDK/VHD).
- vramfs — VRAM based file system.
- wimmount — Mount Windows Imaging Format (WIM) images.
- xbfuse — Mount an Xbox (360) ISO.
- xmlfs — Represent an XML file as a directory structure for easy access.