Getting to your Windows Y:-drive: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
Otherwise from with the university network you can use the smb protocol to access the Y:-drive. | Otherwise from with the university network you can use the smb protocol to access the Y:-drive. | ||
<code> | <code> | ||
sudo mkdir -p /mnt/ydrive/ | |||
sudo mount -t smb3 //workspace.rug.nl/ydrive /mnt/ydrive/ -o user=<p-number> | sudo mount -t smb3 //workspace.rug.nl/ydrive /mnt/ydrive/ -o user=<p-number> | ||
</code> | </code> | ||
From outside the university you can use https://vlwp.rug.nl or https://uwp.rug.nl | From outside the university you can use https://vlwp.rug.nl or https://uwp.rug.nl |
Revision as of 12:59, 17 July 2023
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.
sudo mkdir -p /mnt/ydrive/
sudo mount -t smb3 //workspace.rug.nl/ydrive /mnt/ydrive/ -o user=<p-number>
From outside the university you can use https://vlwp.rug.nl or https://uwp.rug.nl