首页 > 其他 > 详细

NFS挂载报如下错误信息:mount.nfs: Stale NFS file handle解决

时间:2016-09-02 11:15:19      阅读:359      评论:0      收藏:0      [点我收藏+]

1)用fuser杀掉占用那个目录的进程

linux:~ # fuser -k /home/msgplus/msgplus/remote_dir

2)强制umount

linux:~ # umount -f /home/msgplus/msgplus/remote_dir

3)重新挂载

linux:~ # mount -t nfs 193.168.168.85:/home/msgplusdata /home/msgplus/msgplus/remote_dir -o nolock

NFS挂载报如下错误信息:mount.nfs: Stale NFS file handle解决

原文:http://www.cnblogs.com/wensiyang0916/p/5832442.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!