VM not accepted by NFS server -

Chris Adams linux at cmadams.net
Wed Jul 23 18:21:42 UTC 2014


Once upon a time, Bob Goodwin - Zuni, Virginia, USA <bobgoodwin at 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 at 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".

-- 
Chris Adams <linux at cmadams.net>


More information about the users mailing list