Hello I'm about to port my two almost working simple fuse filesystems from bazillion fuse to go-fuse. go-fuse api seems more complex. The question is:
- In
NewServer(), which RawFileSystem to use? - How to implement callbacks for read, readdir etc.?
- Where to use
WaitMount()? - What are
DeleteNotify(),EntryNotify()?