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 with the following command, which is provided by fuse2:

$ fusermount -u mountpoint

List of FUSE filesystems

  • adbfs Mount an Android device connected via USB.
https://github.com/isieo/adbFS || adbfs-gitAUR
  • apfs-fuse FUSE driver for APFS (Apple File System).
https://github.com/sgan81/apfs-fuse || apfs-fuse-gitAUR
  • astreamfs A(synchronous) Stream(ing) (fuse) F(ile)S(ystem).
https://gitlab.com/BylonAkila/astreamfs/tree/master || astreamfs-gitAUR
  • CloudFusion Linux file system (FUSE) to access Dropbox, Sugarsync, Amazon S3, Google Drive or WebDAV servers.
https://joe42.github.io/CloudFusion/ || not packaged? search in AUR
  • CurlFtpFS Filesystem for accessing FTP hosts based on FUSE and libcurl.
http://curlftpfs.sourceforge.net/ || curlftpfs
  • davfs2 File system driver that allows you to mount a WebDAV folder.
https://savannah.nongnu.org/projects/davfs2 || davfs2AUR
  • EncFS Userspace stackable cryptographic file-system.
https://vgough.github.io/encfs/ || encfs
  • google-drive-ocamlfuse FUSE-based file system backed by Google Drive, written in OCaml.
https://astrada.github.io/google-drive-ocamlfuse/ || google-drive-ocamlfuseAUR
  • NTFS-3G NTFS driver with extended capabilities.
https://github.com/tuxera/ntfs-3g || ntfs-3g
  • vramfs VRAM based file system.
https://github.com/Overv/vramfs || vramfs-gitAUR

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.