Skip to content

bparli/bpfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpfs

About

bpfs is a an in-memory filesystem written in Rust and built on the Rust-FUSE library

Usage

The program takes one argument; the location for the mount. To mount the filesystem at /tmp/bpfs directory:

./bpfs /tmp/bpfs or cargo run /tmp/bpfs/

To unmount a filesystem, use any arbitrary unmount/eject method of your OS.

To-Do

File permissions and ownership, extended attributes, stat, and hard linking aren't implemented

About

Rust In-Memory Filesystem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages