服务端 apt-get install nfs-common 或者 yum -y install nfs-utils rpcbind portmap
#------------- cat /etc/exports /data/login_temp 10.1.1.1(rw,sync,no_root_squash,no_all_squash)
#重启服务 service nfs restart service rpcbind restart #客户端 yum -y install nfs-utils
#问题
mount 127.0.0.1:/data /data/
提示:mount.nfs: Stale file handle 解决:1.重启服务器端的nfs服务,卸载客户端的mount 或者 umount -l /data