Skip to content

yioneko/fsfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSFS

A simple in-memory file system with capability of being mounted on existing file system. Only for educational purpose.

Usage

FSFS requires libfuse3, for Ubuntu/Debian users:

$ apt install libfuse3-3

CLI usage:

$ fsfs --file=<file> [FUSE_OPTIONS] <mountpoint>

--file=<file> is required for persistence of data.

Compile

For Ubuntu/Debian users:

$ apt install libfuse3-dev

And follow the official guide to install xmake. Then run xmake build to compile the binary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published