Skip to content

ashishbijlani/StackFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple StackFS FUSE file system to test ExtFUSE functionality

You need modified libfuse and extfuse library to add ExtFUSE support to StackFS.

$ git clone https://github.com/ashishbijlani/StackFS
$ cd StackFS
$ make
$ export LIB_PATH=$HOME/libfuse/lib/.libs:$HOME/extfuse
$ sudo sh -c "LD_LIBRARY_PATH=$LIB_PATH ./StackFS_ll -o max_write=131072 -o writeback_cache -o splice_read -o splice_write -o splice_move -r $ROOT_DIR $MNT_DIR -o allow_other"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published