[root@ntpcli02 mnt]# touch test
touch: cannot touch `test': Permission denied
提示无权限,查找可能是因为服务端没有读写权限
解决办法:
[root@ntpser nfsdata]# chmod go+w /alidata/nfsdata/
给NFS共享的目录添加权限即可,重启NFS和rpcbind服务后生效
转载于:https://blog.51cto.com/cainiaibage/2104671