Sshfs cheatsheet

Saturday, December 3, 2016

sshfstips

Mount a remote directory: ```bash sshfs login@machine:/path/to/source/code /path/to/mountpoint ```

Unmount: ```bash fusermount -u path/to/mountpoint ```

Force unmount (sudo or as root) ```bash umount -l /path/to/mountpoint ```


Contact

If you find any issue or have any question about this article, feel free to reach out to me via email, mastodon, matrix or even IRC, see the About Me page for details.

See Also

Save a file even when you forget sudo

Open html email and email attachment in mutt