Introduction
I was getting problems with hung NFS mounts on some Red hat boxes. Busy boxes so didn’t want to reboot.
Fix
The fix was a good one. I forced unmounted the problem mount using:
umount -lf
found via:
http://joelinoff.com/blog/?p=356
Dealing With Hung NFS Mounts