17 December 2013

How to unmount directory which is mounted by sshfs. Sometimes your connection stop or something else happens and your sshfs mount stops working. You can use umount to unmount the mount.

Source code viewer
  1. umount -f your/directory
Programming Language: Bash