A FUSE-Compliant File System Implementation Mechanism for Mac OS X
FUSE for OS X implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on Mac OS X. It aims to be API-compliant with the FUSE (File-system in USErspace) mechanism that originated on Linux. Therefore, many existing FUSE file systems become readily usable on Mac OS X. This port provides the user-space library and header files for building filesystems.
FUSE for OS X implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on Mac OS X. It aims to be API-compliant with the FUSE (File-system in USErspace) mechanism that originated on Linux. Therefore, many existing FUSE file systems become readily usable on Mac OS X. This port provides the user-space library and header files for building filesystems.
To install osxfuse, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install osxfuse
To see what files were installed by osxfuse, run:
port contents osxfuse
To later upgrade osxfuse, run:
sudo port selfupdate && sudo port upgrade osxfuse
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.