On 23.07.2014 20:21, Chris Adams wrote:
Once upon a time, Bob Goodwin - Zuni, Virginia, USA bobgoodwin@wildblue.net said:
I've created an Centos7 VM in this updated Fedora-20 box. NFS always works without a hitch however I can't mount the server from the VM.
[root@localhost bobg]# mount 192.168.1.8:/home/bobg/ /mnt/HOME1/ mount.nfs: access denied by server while mounting 192.168.1.8:/home/bobg/
Possibly NFSv4 vs. NFSv3? RHEL/CentOS 6 and earlier (and Fedora before around 17 IIRC) default to NFSv3 mounts, while newer stuff defaults to NFSv4.
Try adding "-o nfsvers=3".
/etc/sysconfig/nfs RPCNFSDARGS="-d -s"
systemctl restart nfs-server journalctl -f --full
nfsd fan club