Hello,
before big sur, i would mount my nfs mount via finder-->connect to server with the command
nfs://192.168.1.230/usbdrive
now it comes back immediately with the error
"the was a problem connecting to the server"
so then i tried via shell
sudo mount -o rw -t nfs 192.168.1.230:/usbdrive ~/temp
mount_nfs: can't mount with remote locks when server (192.168.1.230) is not running rpc.statd: RPC prog. not avail
mount: /Users/me/temp failed with 74
Is there something i need to re-install after the upgrade?
Thanks
before big sur, i would mount my nfs mount via finder-->connect to server with the command
nfs://192.168.1.230/usbdrive
now it comes back immediately with the error
"the was a problem connecting to the server"
so then i tried via shell
sudo mount -o rw -t nfs 192.168.1.230:/usbdrive ~/temp
mount_nfs: can't mount with remote locks when server (192.168.1.230) is not running rpc.statd: RPC prog. not avail
mount: /Users/me/temp failed with 74
Is there something i need to re-install after the upgrade?
Thanks