FUSE for macOS är ett program för att läsa andra filsystem, fler filsystem, än de som ingår i OS X.
Med FUSE så kan du få stöd för andra filsystem än Apples egna.
FUSE for macOS (was OSXFUSE) allows you to extend OS X’s native file-handling capabilities via third-party file systems. It is a successor to MacFUSE, whoch is no longer being maintained.
As a user, installing the FUSE for macOS software package will let you use any third-party file system written atop FUSE for macOS or MacFUSE, if you choose to install the MacFUSE compatibility layer. As a developer, you can use the FUSE for macOS SDK to write numerous types of file systems as regular user-space programs. The content of these file systems can come from anywhere: from the local disk, from across the network, from memory, or any other combination of sources.
This package will install the runtime and development components of FUSE for macOS. Please note that no FUSE for macOS-based file systems are included in this package.What’s new in version 4.8.3
- Fix race condition in macFUSE.framework that was introduced in version 4.8.2. The race condition can be triggered by removing items from a directory while listing the directory’s contents. This can lead to a segmentation fault.
- Improve fault tolerance of installer and uninstaller. There are documented cases of pkgutil(1) returning invalid version numbers for installed packages. This could result in issues when installing macFUSE updates or running the uninstaller.
- Work around a bug in xcodebuild resulting in SDKs being listed twice.