时间:2021-07-01 10:21:17 帮助过:18人阅读
| 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