We don't allow users to open up their private folders, using file system permissions or access control lists. This because managing these correctly can be complicated, and therefore easily lead to security problems, where users accidentally share data with all other cluster users.
If you need to share data on Hábrók with other users, there are two options.
A group directory is useful if you need to share data with a group of users, and the other users on the cluster must not have access to that data. In this case we can set up a group on the cluster for this limited set of users and give the group access to one or more shared folders.
These group directories are created on /scratch
for data that needs to be processed and on /projects
for data that needs to be stored safely.
For working with this data there are two models:
If you want to request a group directory, please contact hpc@rug.nl
and let us know the following things:
hb-
./projects
there is a fair use principle where you have to pay for storage above a certain threshold. For /scratch
a fair share policy is in place.
Sometimes you need to share non-sensitive, public data with someone else. For this we have set up a directory /scratch/public/tmp
. The data in this directory can be read by all users on the cluster. Since we have allocated limited space to this directory a cleanup script will remove data after 30 days.
When you need to share data for a longer period, please let us know. We can then create a persistent public group or privately managed directory in /scratch/public
. You can request this at hpc@rug.nl
, where you need to answer the same questions as for a regular group directory, or tell us that you'll manage the data yourself.
Since /scratch
is optimized for large files, storing software on /scratch
is not recommended. For large or shared software installations a NFS based share has been setup, which is available as /userapps
. Since we assume that most software installations use downloads from external sites (like e.g. Python virtual environments) we do not make a backup of /userapps
.
Please contact hpc@rug.nl
if you need additional space on /userapps
for your installations, or when you need to share your software stack with multiple users. For the latter you should answer the questions for a group directory above.