goofys
goofys copied to clipboard
fusego not support macFuse(osxFuse 4.x), make goofys can't run on macOS 12+
Backgroud
- osxFuse support macOS 11
- macFuse (osxFuse 4.0+) support macOS 12+
- goofys used this fuse lib, it's not support macFuse https://github.com/kahing/fusego/blob/master/mount_darwin.go#L45-L57
- [ ] fix goofys support macFuse
- [ ] fix brew
- [ ] update document
Related https://github.com/kahing/goofys/issues/628 https://github.com/kahing/goofys/issues/603 https://github.com/kahing/goofys/pull/668
Step1 make goofys working on macFuse
rel https://github.com/jacobsa/fuse/pull/103 https://github.com/jacobsa/fuse/pull/106
https://github.com/wph95/fusego/releases/tag/v0.1.0
todo: may this pr influence goofys https://github.com/jacobsa/fuse/pull/107
I have opened a PR that could fix this issue https://github.com/kahing/goofys/pull/689. Moving back to upstream might be a better solution, since we don't have to keep maintaining the forked fusego.