Skip to content
/ rotatefs Public

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

License

Notifications You must be signed in to change notification settings

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

No packages published

Languages