Difference between revisions of "Personal and Group drive Data storage"

From TSG Doc
Jump to navigation Jump to search
m
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== WRKGRP Share Properties ==
+
Radboud University employees have access to a number of network storage solutions, including OneDrive (previously Personal Drive) and Workgroup folders.
  
{| class="wikitable"
+
== OneDrive ==
|-
+
As of April 2024, personal drive data has been migrated to Microsoft OneDrive.
| scope="col" | '''Space Each User (folder):'''
 
| 40GB
 
|-
 
| scope="col" | '''Space Each Group (folder):'''
 
| 200GB
 
|-
 
| scope="col" | '''Disk Quotum:'''
 
| None
 
|-
 
| scope="col" | '''Backup Window:'''
 
| Every Evening
 
|-
 
|}
 
  
== Permission Requests ==
+
For more information, go to https://www.ru.nl/en/services/services-and-facilities/ict/software/onedrive
Contact [mailto:j.rozenboom@donders.ru.nl Jolanda Rozenboom] for any permission changes within a group.
 
  
== Data storage ==
+
== Workgroup Folders ==
 +
Workgroup folders can be used to share (sensitive) data with your direct colleagues. To access your Workgroup folder from an unmanaged PC, we recommend using RU-Connect.
  
Radboud University employees have access to a number of network directories:
+
For more information, go to https://www.ru.nl/en/services/campus-facilities-buildings/ict/file-sharing-and-collaborating
 
 
A map network drive installed as a home directory (also called user dir or U: drive), for storing personal stuff. You are the only one who can access this folder.
 
A map network drive set up as a group directory (also called data storage facility or workgroup drive), where all the members of your group can read and write the files.
 
The home directory is mounted as U: on standard PC's maintained by ISC (Dutch only). People who do not have standard PC's have to mount it themselves. Some examples:
 
 
 
== Microsoft Windows ==
 
 
 
=== Personal Folder (fsw-Homedirs) ===
 
*Open '''Windows Explorer'''
 
*'''Right-click''' on '''"Computer"'''
 
[[image:Wrkgrp 1.jpg | 700px |Image: 700 pixels]]
 
*'''Map network drive'''
 
*Drive: U:, Folder: '''\\fsw.personal.ru.nl\FSW-Homedirs\u123456\''' replacing u123456 with your employee number.
 
 
 
=== Workgroup Folder (wrkgrp) ===
 
*for the group directory: '''\\FSW.shared.ru.nl\WRKGRP\DCC'''
 
[[image:Wrkgrp 2.jpg]]
 
*Click Connect using different credentials
 
*Enter ru.nl\employee number as username and your password.
 
[[image:Wrkgrp 3.jpg]]
 
 
 
Note:
 
* Windows will not save your credentials when you reboot your computer, not even if you check the checkbox
 
 
 
== KDE ==
 
 
 
The the K Desktop Environment:
 
 
 
*start '''Dolphin''', the file manager.
 
*'''Right-click''' the left column and choose '''Add entry'''.
 
*Choose the location '''smb://FSW.personal.ru.nl/FSW-Homedirs/u123456''' replacing u123456 with your employee number.
 
*Unselect '''"Only show when using this application"''' (Dolphin) and click '''OK'''
 
 
 
*Enter your '''u-number''' preceded by '''ru.nl/''' as username and your password
 
 
 
*Your network place will now show up in all KDE applications.
 
*You can do something similar for the group directory:
 
 
 
'''smb://FSW.shared.ru.nl/WRKGRP/DCC'''
 
 
 
== Linux and BSD ==
 
 
 
If you want your home directory to show up in all Linux applications (not just KDE) you must add it to your file system table. Your need root access (administrative privileges) for this.
 
 
 
*Add the following line to /etc/fstab :
 
//FSW.personal.ru.nl/FSW-Homedirs/u123456 /home/username/Homedir cifs iocharset=utf8,credentials=/home/username/.smbcredentials,gid=1000,uid=1000 0 0
 
*replacing u123456 with your employee number and username with your Linux username. (twice!)
 
*Make an empty home dir by typing
 
mkdir $HOME/Homedir
 
*Make a file named $HOME/.smbcredentials containing the following
 
username=ru.nl/u123456
 
password=PASSWORD
 
*replacing u123456 with your employee number and PASSWORD with your password.
 
Note that the above credential file syntax is no longer supported. In newer versions (Ubuntu > 14.04) of the cifs module you must use the following syntax:
 
username=u123456
 
password=PASSWORD
 
domain=ru.nl
 
*You can do something similar for the group directory:
 
//FSW.shared.ru.nl/WRKGRP/DCC
 
 
 
== Troubleshooting ==
 
 
 
If you have any problems connecting the workgroup share, you can contact isc helpdesk by dialing 22222.
 

Latest revision as of 11:33, 22 April 2024

Radboud University employees have access to a number of network storage solutions, including OneDrive (previously Personal Drive) and Workgroup folders.

OneDrive

As of April 2024, personal drive data has been migrated to Microsoft OneDrive.

For more information, go to https://www.ru.nl/en/services/services-and-facilities/ict/software/onedrive

Workgroup Folders

Workgroup folders can be used to share (sensitive) data with your direct colleagues. To access your Workgroup folder from an unmanaged PC, we recommend using RU-Connect.

For more information, go to https://www.ru.nl/en/services/campus-facilities-buildings/ict/file-sharing-and-collaborating