===============
== bacardi55 ==
===============
ἕν οἶδα ὅτι οὐδὲν οἶδα

Sshfs cheatsheet

- Permalink
/!\ Warning: This article is older than 555 days, make sure the content is still relevant!

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 webmentions, email, mastodon, matrix or even IRC, see the About page for details.