Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 linux 编写一个简单的过滤传递文件系统。它应该正确处理权限和所有者,所以 FUSE 是不可能的。什么是好的开始?阅读文档并从头开始编写这个东西可能会很累,有什么我可以重复使用的吗?
我发现http://wrapfs.filesystems.org/ - 到目前为止看起来很棒。