What is the best way to clear stale mounts.
HostA has a filesystem mounted to HostB, mounted from command line. HostA goes down and can't be accessed. HostB now has a stale mount. Can't umount it because it thinks it is in use. Tried fuser -k and it just returns without clearing the mount. Tried stopping NFS and tried removing /etc/state. df command hangs, as well as ls in /.
Beside reboot, what else can I do.
I am looking at using automount (don't need NIS though).
HostA has a filesystem mounted to HostB, mounted from command line. HostA goes down and can't be accessed. HostB now has a stale mount. Can't umount it because it thinks it is in use. Tried fuser -k and it just returns without clearing the mount. Tried stopping NFS and tried removing /etc/state. df command hangs, as well as ls in /.
Beside reboot, what else can I do.
I am looking at using automount (don't need NIS though).