I have been using NFS in Linux for quite a while, but this is my first implementation of NFS mount points in Mageia 4, so forgive my posting, as I am trying to resolve the NFS issue as well as examining the potential for autofs.
My mount point is intended to provide resources to to all of the servers. My fstab entry is:
192.168.50.15:/sysadm /sysadm nfs rw,hard,intr 0 0
This is currently in place with other servers, and the connection is stable and reliable. However, when I attempt to connect via Mageia 4, I am greeted with the following:
mount -a
mount: none is already mounted or /proc busy
none is already mounted on /tmpfs
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
What am I doing wrong? Is there something that is missing from my installation?
Thank you.