1、141是客户端,121是服务端
2、在121上安装好了NFS服务端并成功启动
3、在141上mout挂载目录:
4、解决思路:
#1 尝试编辑/etc/hosts,无效
#2 ping 121,通的
#3 检查121的防火墙
4、关闭121的防火墙:service firewalld stop
5、重新挂载:
mount -t nfs4 192.168.150.121:/shared/AAdx /mnt/yjqf_yh/shared/AAdx_121 -o proto=tcp -o nolock -vv -o intr,soft,timeo=10,retry=0
6、查看是否成功