输入banner图图片脚本导航/分类

nfs客户端挂载出错 mount.nfs access denied by server while mounting

1234567[root@nginx-01 ~]# vim /etc/sysconfig/nfs# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)# Turn off v2 and v3 protocol supportRPCNFSDARGS="-N 2 -N 3"        ----->启用# Turn off v4 protocol supportRPCNFSDARGS="-N 4"     ---->启用

重启服务:

1[root@nginx-01 ~]# service nfs restart


nfs客户端挂载出错 mount.nfs access denied by server while mounting

标签:nfs linux