码迷,mamicode.com
首页 > 其他好文 > 详细

nfs非正常情况下断开,无法重新挂载,且无法使用df -h 命令的解决方法

时间:2019-06-21 15:34:09      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:题解   方法   star   需要   服务端   重新挂载   重启   mnt   start   

问题解决思路:
1、强制取消客户端挂载(此处需要注意方法)
2、重启NFS服务,客户端和服务端都需要重启
3、重新挂载NFS

处理方法:

重启NFS服务,客户端和服务端都需要重启

service rpcbind restart

service nfs restart

重新挂载NFS

mount -t nfs 172.16.1.31:/data /mnt

nfs非正常情况下断开,无法重新挂载,且无法使用df -h 命令的解决方法

标签:题解   方法   star   需要   服务端   重新挂载   重启   mnt   start   

原文地址:https://blog.51cto.com/14078730/2411965

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!