Tagged Questions
4
votes
3answers
6k views
How to mount NFS 3 volumes on Fedora 17?
I installed the package nfs-utils and tried it via:
# mount -t nfs server:/mnt /mnt
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep ...