User-space implementation of the NFSv3 server specification
UNFS3 User-space implementation of the NFSv3 server specification. It provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server.
UNFS3 User-space implementation of the NFSv3 server specification. It provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server.
To install unfs3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install unfs3
To see what files were installed by unfs3, run:
port contents unfs3
To later upgrade unfs3, run:
sudo port selfupdate && sudo port upgrade unfs3
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.