Skip to content

Instantly share code, notes, and snippets.

@sigma
Created November 9, 2009 14:06
Show Gist options
  • Save sigma/229958 to your computer and use it in GitHub Desktop.
Save sigma/229958 to your computer and use it in GitHub Desktop.
force umount NFS
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