对于nfs文件不能共享,提示Stale file handle的情况,
可能在此之前,这个目录已经有挂载,解决办法为重新挂载:
umount /def
mount -t nfs 10.17.11.120:/home/abc /def
检验方法:
cd /def 进入挂载点,查看里面文件与nfs是否一致
ls
转载于:https://blog.51cto.com/xiaoahehe/2343289
对于nfs文件不能共享,提示Stale file handle的情况,
可能在此之前,这个目录已经有挂载,解决办法为重新挂载:
umount /def
mount -t nfs 10.17.11.120:/home/abc /def
检验方法:
cd /def 进入挂载点,查看里面文件与nfs是否一致
ls
转载于:https://blog.51cto.com/xiaoahehe/2343289