开发者

Using Fuse-Low Level API

I am 开发者_StackOverflow社区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!


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

https://raw.githubusercontent.com/libfuse/libfuse/master/example/hello_ll.c


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜