Problem

mount_nfs: can't mount with remote locks

Details

When mounting an NFS linux drive the following error may appear:

mount_nfs: can't mount with remote locks when server (10.0.0.2) is not running rpc.statd: RPC prog. not avail

Solution

Make sure these services are enabled:

systemctl enable rpcbind.service
systemctl enable rpc-statd.service
systemctl start rpcbind.service
systemctl start rpc-statd.service
nfs macos
Follow me on Twitter! It's free!