FUSE

出自 ArchWiki

用户空间文件系统 (FUSE) 是一种类 Unix 操作系统机制,允许非特权用户创建自己的文件系统,而无需编辑内核代码。 这是通过在用户空间中运行文件系统代码来实现的,而 FUSE 内核模块仅提供到实际内核接口的“桥梁”。

卸载

FUSE 文件系统可以使用 fusermount3(1) (由 fuse3 提供)或使用 fusermount(1) (由 fuse2 提供)来卸载。 例如:

$ fusermount3 -u mountpoint

FUSE 文件系统列表

  • adbfs-rootless — 挂载通过 USB 连接的 Android 设备。
https://github.com/spion/adbfs-rootless || adbfs-rootless-gitAUR
  • apfs-fuse — APFS (Apple File System) 的 FUSE 驱动程序。
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
  • AVFS — 允许浏览压缩文件(存档)的虚拟文件系统。
https://avf.sourceforge.net || avfs
  • CurlFtpFS — 用于访问基于 FUSE 和 libcurl 的 FTP 主机的文件系统。
https://curlftpfs.sourceforge.net/ || curlftpfs
  • davfs2 — 允许您挂载 WebDAV 文件夹的文件系统驱动程序。
https://savannah.nongnu.org/projects/davfs2 || davfs2AUR
  • EncFS — 用户空间可堆叠加密文件系统。
https://vgough.github.io/encfs/ || encfs
  • fuse-archive — 将存档或压缩文件作为只读 FUSE 文件系统提供。
https://github.com/google/fuse-archive || fuse-archiveAUR
  • fuseiso — 以普通用户身份挂载 ISO。
https://sourceforge.net/projects/fuseiso/ || fuseiso
  • GDriveFS — Google Drive 的创新 FUSE 封装器。
https://github.com/dsoprea/GDriveFS || gdrivefsAUR
  • gitfs — gitfs 是一个与 git 完全集成的 FUSE 文件系统。
https://www.presslabs.com/gitfs/ || gitfsAUR
  • gocryptfs — gocryptfs 是一个用户空间可堆叠加密文件系统。
https://nuetzlich.net/gocryptfs/ || gocryptfs
  • google-drive-ocamlfuse — 基于 FUSE 的文件系统,由 Google Drive 支持,用 OCaml 编写。
https://astrada.github.io/google-drive-ocamlfuse/ || google-drive-ocamlfuseAUR
  • gphotofs — 将相机挂载为文件系统的 FUSE 模块。
http://www.gphoto.org/proj/gphotofs/ || gphotofsAUR
  • HubicFuse — 用于访问 HubiC 云存储的 FUSE 文件系统。
https://github.com/TurboGit/hubicfuse || hubicfuseAUR
  • iFuse — 用于访问 iPhone 或 iPod Touch 内容的 fuse 文件系统。
https://libimobiledevice.org/ || ifuse
  • mtpfs — 用于读取和写入任何 MTP 设备的 fuse 文件系统。
https://www.adebenham.com/mtpfs/ || mtpfs
  • NTFS-3G — 具有扩展功能的 NTFS 驱动程序。
https://github.com/tuxera/ntfs-3g || ntfs-3g
  • rclone — 在挂载点上挂载远程文件系统。
https://rclone.org || rclone
  • s3fs — 由 Amazon S3 支持的基于 FUSE 的文件系统。
https://github.com/s3fs-fuse/s3fs-fuse || s3fs-fuse
  • SSHFS — 基于 FUSE 的文件系统客户端,用于通过 SSH 挂载目录。
https://github.com/libfuse/sshfs || sshfs
  • TMSU — 一个用于标记文件并通过虚拟文件系统访问它们的命令行工具。
https://tmsu.org/ || tmsuAUR
  • vdfuse — 挂载 VirtualBox 磁盘映像 (VDI/VMDK/VHD)。
https://github.com/muflone/virtualbox-includes || vdfuseAUR
  • vramfs — 基于 VRAM 的文件系统。
https://github.com/Overv/vramfs || vramfs-gitAUR
  • wimmount — 挂载 Windows Imaging Format (WIM) 映像。
https://wimlib.net/ || wimlib
  • xbfuse — 挂载 Xbox (360) ISO。
https://multimedia.cx/xbfuse/ || xbfuse-gitAUR
  • xmlfs — 将 XML 文件表示为目录结构以便于访问。
https://github.com/halhen/xmlfs || xmlfsAUR

参见