Skip to content

frt/rotatefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rotatefs

FUSE filesystem that removes the oldest file whenever there is no space left to do some operation.

Compile with

gcc -Wall rotatefs.c `pkg-config fuse --cflags --libs` -lulockmgr -o rotatefs

You must have FUSE (version 2.9) installed to compile rotatefs.

Usage

rotatefs [FUSE and mount options] rootDir mountPoint

About

FUSE filesystem that removes the oldest file whenever there is no space left to do some operation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages