Skip to content

Instantly share code, notes, and snippets.

@jonpacker
Created March 19, 2012 10:59
Show Gist options
  • Save jonpacker/2107554 to your computer and use it in GitHub Desktop.
Save jonpacker/2107554 to your computer and use it in GitHub Desktop.
Force unmount a nonresponsive SSHFS
kill -9 <sshfs pid>
fusermount -u <mountpoint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment