- Code: Select all
/ # mount 192.168.120.6:/exports/nfsroot-ccardwmx28js /mnt
svc: failed to register lockdv1 RPC service (errno 111).
mount: mounting 192.168.120.6:/exports/nfsroot-ccardwmx28js on /mnt failed: Connection refused
/ #
If I specify the nolock option to mount, it works fine:
- Code: Select all
/ # mount -o nolock 192.168.120.6:/exports/nfsroot-ccardwmx28js /mnt
/ #
This is the /etc/exports entry I am using:
- Code: Select all
/exports/nfsroot-ccardwmx28js *(rw,insecure,all_squash,async,no_subtree_check,anonuid=500,anongid=500)
What changed between Beta and final release that might explain this issue?