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 — 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).
- CurlFtpFS — Filesystem for accessing FTP hosts based on FUSE and libcurl.
- GDriveFS — Innovative FUSE wrapper for Google Drive.
- NTFS-3G — NTFS driver with extended capabilities.
- SSHFS — FUSE-based filesystem client for mounting directories over SSH.
gollark: Actually, I'll release potatOS under the MIT, AGPL 3.0, unlicense, public domain, zlib license, WTFPL, all rights reserved, GPL 1.0, MPL 2.0, Creative Commons Attribution Share Alike 4.0 International, and SIL Open Font License 1.1.
gollark: I should triple-license potatOS.
gollark: I mean, not really, it also reflects just... how long ago the spread there originated.
gollark: LEDs are obviously the superior form of illumination. All glory to L I G H T E M I T T I N G D I O D E S.
gollark: You can get UV LEDs, can't you?
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.