💾 Archived View for gmi.bacardi55.io › blog › 2016 › 12 › 03 › sshfs-cheatsheet captured on 2023-01-29 at 02:57:20. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Posted on 2016-12-03
Mount a remote directory:
sshfs login@machine:/path/to/source/code /path/to/mountpoint
Unmount:
fusermount -u /path/to/mountpoint/
Force unmount (sudo or as root)
umount -l /path/to/mountpoint