Unmounting stale NFS mount points in Linux
Posted by vostorga - 21/11/11 at 12:11:41 pmSometimes, a stale NFS mount point can be a real PITA, specially if you can’t mount the share somewhere else.
The following command line have helped me a lot lately:
umount -f -l /path/to/nfs/share
The first parameter forces umount, the second makes a “lazy umount”, detaching the filesystem and cleaning up all references.
Easy isn’t it?
November 21, 2011 | In linux | No Comments
No Comments yet »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds.
Valid XHTML and CSS.