💾 Archived View for gmi.bacardi55.io › blog › 2016 › 12 › 03 › sshfs-cheatsheet captured on 2024-08-18 at 17:38:31. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
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