如何为 Linux 构建自定义文件系统?
如果我想为 Linux 构建文件系统,应该从哪里开始?是否可以用 Ruby 编写它(至少其中一部分)?文件系统将安装在我的主目录中,所以我想我需要以某种方式使用 FUSE,对吧?
Where should I start if I want to build a filesystem for Linux? Would it be possible to write it in Ruby (at least some part of it)? The file system would be mounted in my home directory so I guess I would need to use FUSE somehow right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来有一个教程 https://debian-administration.org/article/619/创建_Filesystems_with_Ruby__and_FUSE,了解如何用 Ruby 编写 FUSE 文件系统。
It looks like there is a tutorial at https://debian-administration.org/article/619/Creating_Filesystems_with_Ruby__and_FUSE on writing FUSE filesystems in Ruby.