Getting to your Windows Y:-drive: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:misc-faq]] | [[Category:misc-faq]] | ||
When you use the LWP then your UWP Y: drive is available at '''/media/ydrive'''. | |||
Otherwise from with the university network you can use the smb protocol to access the Y:-drive. | |||
- edit /etc/samba/smb.conf to contain: | |||
[global] | |||
client min protocol = SMB2_10 | |||
client max protocol = SMB3_11 | |||
workgroup = WORKSPACE | |||
Now you can use your GUI file manager to connect to smb://<your account>@workspace.rug.nl/ydrive | |||
If you want todo this from the command line eg. after login through ssh then: | |||
$ dbus-launch /bin/bash | |||
$ gvfs-mount smb://<your account>@workspace.rug.nl/ydrive | |||
$ ls -al /run/user/$(id -u)/gvfs | |||
From outside the university you can use https://vlwp.rug.nl or https://uwp.rug.nl |
Revision as of 09:43, 23 June 2021
When you use the LWP then your UWP Y: drive is available at /media/ydrive.
Otherwise from with the university network you can use the smb protocol to access the Y:-drive.
- edit /etc/samba/smb.conf to contain:
[global] client min protocol = SMB2_10 client max protocol = SMB3_11 workgroup = WORKSPACE
Now you can use your GUI file manager to connect to smb://<your account>@workspace.rug.nl/ydrive If you want todo this from the command line eg. after login through ssh then:
$ dbus-launch /bin/bash $ gvfs-mount smb://<your account>@workspace.rug.nl/ydrive $ ls -al /run/user/$(id -u)/gvfs
From outside the university you can use https://vlwp.rug.nl or https://uwp.rug.nl