User Tools

Site Tools


hpc:storage_on_hpc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
hpc:storage_on_hpc [2026/08/18 09:22] – [Sharing files with other users] Yann Sagonhpc:storage_on_hpc [2026/08/18 09:36] (current) – [Sharing files with other users] Yann Sagon
Line 179: Line 179:
  
 A **group** is a collection of users used to manage shared access to resources. These groups are defined and stored in the **Active Directory** and allow us to control who can access specific folders.   A **group** is a collection of users used to manage shared access to resources. These groups are defined and stored in the **Active Directory** and allow us to control who can access specific folders.  
-If you need more details about groups, please contact your **CI** (*correspondant informatique*).+If you need more details about groups, please contact your **CI** (**correspondant informatique**).
  
-If you are an *Outsider* user and do not have access to DW, please ask your **PI** to submit the request on your behalf.+If you are an **Outsider** user and do not have access to DW, please ask your **PI** to submit the request on your behalf.
 <note important> <note important>
 You are not allowed to change the permission of your ''$HOME/$SCRATCH'' folder on the clusters. Even if you did, our automation scripts will break what you did. You are not allowed to change the permission of your ''$HOME/$SCRATCH'' folder on the clusters. Even if you did, our automation scripts will break what you did.
Line 197: Line 197:
   * You can launch on a regular basis as script that "fix" the group. Example: ''find . -type f -exec chown :share_xxx {} \;''   * You can launch on a regular basis as script that "fix" the group. Example: ''find . -type f -exec chown :share_xxx {} \;''
 </note> </note>
 +
 +===== Quota =====
 +
 +The shared storage itself does not have a quota. However, files stored in a shared space are counted against the personal quota of their owners.
 +
 +**Example:** If Alice and Bob both have access to the shared directory ''/shared/project1'', and Alice stores 500 GB while Bob stores 200 GB, then 500 GB will be deducted from Alice's quota and 200 GB from Bob's quota. If you need more space, you can request that we upgrade your quota, we'll do so if we have enough capacity (hint: we have enough space on Bamboo and Yggdrasil, not on Baobab)
 ====== Best practices ====== ====== Best practices ======
  
hpc/storage_on_hpc.txt · Last modified: by Yann Sagon