hanwen / go-fuse

FUSE bindings for Go
Other
1.97k stars 313 forks source link

What's the detail limitations on macOS? #499

Open leavez opened 7 months ago

leavez commented 7 months ago

README says about macOS

Go-FUSE works somewhat on OSX. Known limitations:

- All of the limitations of OSXFUSE, including lack of support for NOTIFY.
...

Although it may not be an appropriate question for this repository, what's the detailed list of "All of the limitations of OSXFUSE". With a lot of searching, it seems the macFUSE itself doesn't give a list of known limitations, nor do third-party blogs document it.

Appreciate any links or information about this topic.