Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 159 Bytes

File metadata and controls

9 lines (5 loc) · 159 Bytes

FUSE File System

A Linux file system implemented using FUSE.

To mount: make mount

Root of the file system will be at mnt/

To unmount: make unmount