On 23.07.2014 20:21, Chris Adams wrote:
Once upon a time, Bob Goodwin - Zuni, Virginia, USA <bobgood...@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


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to