Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 380 Bytes

README.org

File metadata and controls

16 lines (13 loc) · 380 Bytes

blackhole fs

FUSE overlay filesystem that doesn’t keep data, but metadata.

Build

make

Run

Run bhfs with the subdir module. This causes the paths passed to the FUSE opts to change to a subdir of your choosing. Otherwise / will be mounted.

./bhfs -d -o modules=subdir -o subdir=$(readlink -f ./backing-dir) /mountpoint