bazil / fuse

FUSE library for Go.  go get bazil.org/fuse  
http://bazil.org/fuse
Other
1.6k stars 266 forks source link

Study course #258

Closed ltp456 closed 4 years ago

ltp456 commented 4 years ago

There are too few cases, how to create files, are there any examples? There are communication groups?

tv42 commented 4 years ago

Have you tried https://github.com/bazil/bolt-mount & https://eagain.net/talks/bolt-mount/ or https://github.com/bazil/zipfs ?

You are required to understand Linux filesystems and FUSE to implement a Linux filesystem with FUSE. This Go library is not the right place to document the Linux filesystem interface or FUSE. I don't have the free time to write that from scratch, and if I did, it would end up being a book not a copy-paste example.