Unmount the directory which is mounted by sshfs in Mac [closed]
Try this:
umount -f <absolute pathname to the mount point>
Example:
umount -f /Users/plummie/Documents/stanford
If that doesn't work, try the same command as root:
sudo umount -f ...
Don't use umount
.
Use
fusermount -u PATH