Created
November 9, 2009 14:06
-
-
Save sigma/229958 to your computer and use it in GitHub Desktop.
force umount NFS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ifconfig eth0:fakenfs <dead nfs server> netmask 255.255.255.255 | |
umount -f /nfs/... | |
ifconfig eth0:fakenfs down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment