I want to write a simple filtering pass-through filesystem for linux. It’s supposed to handle permissions and owners correctly, so FUSE is out of the question. What’s a good thing to start with? Reading the documentation and writing this thing from scratch is probably going to be tiresome, is there anything I can reuse?
I want to write a simple filtering pass-through filesystem for linux. It’s supposed to
Share
I found http://wrapfs.filesystems.org/ – looks great so far.