-
背景
关闭了一台提供 NFS 服务器,使用了这台服务器挂载点的机器都有异常。 -
现象
执行umount
、umount -f
、umount -l
、umount -f -l
都无法卸载挂载点。 -
If the NFS server disappeared and you can’t get it back online, one trick that
I use is to add an alias to the interface with the IP of the NFS server -
方法
- 新增一个虚拟 IP,地址为原来的 NFS 服务器地址
- 装配一个 NFS 服务,导出原来的 NFS 挂载点地址
- 执行 umount
- 删除之前的 NFS 服务和虚拟 IP