2
I need weapons, I have none.
I have a NFS mountpoint in my system which isn't responding to anything. The physical mountpoint doesn't even exist anymore, but the system doesn't know it's not there anymore.
I've tried the typical
umount -l /partition
umount -f /partition
fuser -km /partition
The command just stucks there and does nothing. From time to time I have encountered this kind of behaviour, but usually the mountpoints get sorted by themselves. I'd just like to know the reason behind this and to make sure that I've tried everything.
Currently the behaviour messes up my filesystem since there are several mountpoints mounted under the same subfolder.
I think to many reasons that can cause it. Traffic on the remote LAN, remote server jammed, traffic on the backbone between you and the remote server, remote server down, remote server reinstalled, remote server with changed IP... try to
ping
ortraceroute
the remote server. – Hastur – 2015-09-15T11:36:07.700Does it stuck even
sudo umount -f -l /partition
? (sudo
if you are not root, of course). – Hastur – 2015-09-15T15:39:37.213http://serverfault.com/questions/56588/unmount-a-nfs-mount-where-the-nfs-server-has-disappeared – Ciro Santilli 新疆改造中心法轮功六四事件 – 2017-03-17T17:10:03.853