This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
generic:laptop_connectivity [2018/07/24 07:40] – [Disk access] jansen | generic:laptop_connectivity [2018/07/24 07:59] (current) – [Disk access: SSHFS / fuse-ssh] jansen | ||
---|---|---|---|
Line 30: | Line 30: | ||
mkdir $HOME/ | mkdir $HOME/ | ||
- | sshfs user@veen.lorentz.leidenuniv.nl:/ | + | sshfs -o idmap=user username@ssh.lorentz.leidenuniv.nl:/ |
| | ||
- | This mounts your institute home disk on a subdirectory under your local home on the laptop. Once mounted, you can treat it like any other disk, and copy files to and from it. Of course the same can be done with data disks in stead of home. | + | This mounts your institute home disk on a subdirectory under your local home on the laptop. Once mounted, you can treat it like any other disk, and copy files to and from it. Of course the same can be done with data disks in stead of home. The '' |
To unmount: | To unmount: | ||
- | | + | |
+ | (normally, umount should work as well but there can be permission issues, fusermount always works) |