fuse icon indicating copy to clipboard operation
fuse copied to clipboard

fuse high level API support?

Open xrefft opened this issue 5 years ago • 2 comments

We observed that this package only has fuse.go, and does not distinguish between high level or low level APIs. Will the high level interface be supported in the future and the inode will be encapsulated?

xrefft avatar Apr 07 '20 04:04 xrefft

Did you look at https://godoc.org/bazil.org/fuse/fs? I consider it the higher level API.

MikaelSmith avatar Apr 07 '20 14:04 MikaelSmith

What do you mean by "high level" vs "low level"?

If https://godoc.org/bazil.org/fuse/fs is not "high level" enough for you, you really don't want to write a FUSE filesystem; file systems are pretty low level by definition. You are expected to understand Linux VFS design and concepts.

tv42 avatar Apr 08 '20 18:04 tv42

Closing drive-by issue with nothing concrete in it.

tv42 avatar Dec 09 '22 17:12 tv42