使用 Fuse 低级 API

发布于 2024-10-21 13:17:13 字数 120 浏览 0 评论 0原文

我正在尝试使用 Fuse Low level API 实现一个基本的文件系统。用于基本的读/写/mknod 操作。 如果有人能指出一些例子,我将不胜感激,没有关于熔断低级 API 的文档。

任何帮助将不胜感激!

I am trying to implement a basic file system using Fuse Low level API. for basic read/write/mknod operations.
Will be grateful if any one can point to some examples, there is no documentation on fuse low level api.

Any help will be much appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

和影子一齐双人舞 2024-10-28 13:17:13

Fuse 实际上附带了一些使用低级 API 的示例。看看 hello_ll.c。

https://github.com/libfuse/libfuse/blob/master/示例/hello_ll.c

Fuse actually ships with a few examples using the low-level API. Have a look at hello_ll.c.

https://github.com/libfuse/libfuse/blob/master/example/hello_ll.c

眼眸里的那抹悲凉 2024-10-28 13:17:13

不幸的是低级别标头, fuse_lowlevel.h 和库 source 本身是低级 API 的最佳参考。更高级别的使用起来要好得多,我建议您使用它。

Unfortunate the low level header, fuse_lowlevel.h and the library source itself are the best reference on the low-level API. The higher level one is much nicer to use, I'd recommend that instead.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文