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 ```
Saturday, December 3, 2016
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 ```