fuse

 

介紹

簡言一句, fuse 的目的是 "在用戶層實現核心檔案功能"

fuse 最少要有 fuse-utils 及 libfuse2 這兩個包,

所以無論 mount 什麼也好, 都要事先安裝它們.

安裝 FUSE 後, 再安裝特定的 "file system" 包去實現 "mount" 東西

現在可以 mount 的 file system 有 ftp, ssh, glusterfs, webdav, ntfs

網絡:

FS:

  • ntfs-3g - read-write NTFS driver for FUSE
  • fusesmb - filesystem client based on the SMB file transfer protocol
  • vmfs-tools - mount vmfs filesystem

功能:

  • unionfs-fuse
  • bindfs - mirrors or overlays a local directory with altered permissions
  • mhddfs - file system for unifying several mount points into one
  • encfs - encrypted virtual filesystem
  • fuse-convmvfs - mirrors a whole filesystem tree from one charset to another

檔案:

  • avfs - virtual filesystem to access archives, disk images, remote locations
  • fuseiso - FUSE module to mount ISO filesystem images

工具:

  • afuse - automounting file system implemented in user-space using FUSE

Window 上的 fuse - dokan:

Dokan library

User mode file system library for windows; FUSE for windows.

HomePage:

http://dokan-dev.net/en/

詳見

 

Creative Commons license icon Creative Commons license icon