Getting to your Windows Y:-drive: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(Created page with "Category:misc-faq We cannot reliably mount the UWP Y:-drive for our users, because of some issues. On the following link you'll find all available solution to reach your Y...")
 
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:misc-faq]]
[[Category:misc-faq]]
We cannot reliably mount the UWP Y:-drive for our users, because of some issues. On the following link you'll find all available solution to reach your Y:-drive:<br/>
When you use the LWP then your UWP Y: drive is available at '''/media/ydrive'''.
http://myuniversity.rug.nl/infonet/medewerkers/ict/werkplek/werkplekken/universitairewerkplek/remote-access-to-your-data
 
Otherwise from with the university network you can use the smb protocol to access the Y:-drive.
<code>
    sudo mkdir -p /mnt/ydrive/
    sudo mount -t smb3 //workspace.rug.nl/ydrive /mnt/ydrive/ -o user=<p-number>
</code>
From outside the university you can use https://vlwp.rug.nl or https://uwp.rug.nl

Latest revision as of 13: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