Update on FreeBSD NFS server, macOS client.
If the FreeBSD NFS server is set up for nfsv4(4), configure macOS for NFSv4 mounts as follows:
Option 1: "Finder" app: cmd+K
Option 2: As administrator:
Option 3: From "Terminal" command line:
Run
macOS: mount_nfs(8), nfs.conf(5), nfsstat(1)
If the FreeBSD NFS server is set up for nfsv4(4), configure macOS for NFSv4 mounts as follows:
Option 1: "Finder" app: cmd+K
Code:
nfs://vers=4,server:/path
Code:
sudo nano /etc/nfs.conf , set:
nfs.client.mount.options = vers=4
Option 3: From "Terminal" command line:
mount_nfs -o vers=4 server:/pathRun
nfsstat -m on the client, look for "NFS parameters: vers=4" in "Original mount options:" and "Current mount parameters:"macOS: mount_nfs(8), nfs.conf(5), nfsstat(1)