在 `fuse_mount` 之前调用 `fuse_daemonize`
作者: dmik创建于 2026年7月6日更新于 2026年7月7日
The current order affects macFUSE 5.2.0+, which switched to ObjC `MFMount.framework` in `libfuse`. Using `fork` after touching some ObjC objects and then touching them again in the child after `fork` is not supported on macOS and triggers its own `fork` guard that terminates the `sshfs` process:
内容来源: libfuse/sshfs