Skip to content

mohammad-yazdani/nfuse

Repository files navigation

NFuse: FUSE + NFS

The What:

  • NFuse is a FUSE based user-space filesystem that follows the NFS interface.
  • It's a simple filesystem capable of remote file transfer/storage.
  • It uses an internal B+Tree data-structure to manage the filesystem.

Dependencies: