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 [2025/10/07 11:34] (current) – [Connecting to Windows systems] jansen | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| [[linux: | [[linux: | ||
| ===== Connecting to Windows systems ===== | ===== Connecting to Windows systems ===== | ||
| - | It is possible to connect to windows computers (either your own windows desktop, or the central terminal server '' | + | It is possible to connect to windows computers (either your own windows desktop, or the central terminal server '' |
| + | * [[general: | ||
| * [[http:// | * [[http:// | ||
| * [[rdp_mac|Microsoft Remote Desktop on a macOS client]] | * [[rdp_mac|Microsoft Remote Desktop on a macOS client]] | ||
| Line 20: | Line 21: | ||
| ===== Printing ===== | ===== Printing ===== | ||
| - | Our printers are only accessible from the wired network, and from the UL-STRW-LION wireless network. See [[laptopprint]] for details. | + | Our printers are only accessible from the wired network, VPN, and from the UL-STRW-LION wireless network. See [[laptopprint]] for details. |
| - | ===== Disk access ===== | + | ===== Disk access: SSHFS / fuse-ssh |
| It is in general not possible to access the disks of our Linux and Windows desktops and workstations directly. The closest one can get to mounting a desktop disk, is using the '' | It is in general not possible to access the disks of our Linux and Windows desktops and workstations directly. The closest one can get to mounting a desktop disk, is using the '' | ||
| Line 30: | Line 31: | ||
| 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) | ||