Files
markbase/docs
Warren c17e57f599 验证 FSKit 是 Apple 官方 API:存在于 macOS 26.4.1
关键发现:
- FSKit.framework 位于 /System/Library/Frameworks/ 
- Apple Developer Documentation 有官方文档 
- macFUSE 在 macOS 26+ 使用 FSKit 替代 kext 

应用场景:
- 替代 kernel extension(符合 Apple 安全政策)
- Userspace file system 实现
- macFUSE, SSHFS, NTFS-3G 等使用

技术误解:
- FUSE-T FSKit backend ≠ Apple FSKit.framework
- FUSE-T 使用 go-nfsv4 封装(第三方)
- 应直接使用 FSKit.framework 或 WebDAV
2026-05-18 15:29:35 +08:00
..
2026-05-16 15:37:37 +08:00
2026-05-16 15:37:37 +08:00
2026-05-16 15:37:37 +08:00