NFS mount error

nfs share, no matter how checks are being given: mount.nfs: access denied by server while mounting

NFS version problem
editing / etc / sysconfig / nfs file, find the following:
#Turn OFF v2 and v3 Protocol Support
#RPCNFSDARGS = "- N 2 -N 3"
#Turn OFF V4 Protocol Support
#RPCNFSDARGS = "- N 4" / * # number in front of the phrase removed * /

Finally, save, restart the nfs service, and then try to mount; if not on the mount, try behind the increase in -o nolock parameters:
[ZZX @ localhost ~] $ sudo Mount -t nfs 192.168.1.110:/home/zzx/fl2440 / mnt / nfs -o nolock

Guess you like

Origin www.cnblogs.com/hodge01/p/11421145.html