rsnt_translations
56,563
edits
(Created page with "== Transfert de fichiers avec les systèmes de fichiers ''scratch'', ''home'' et ''project'' == On Cedar and Graham, the scratch and home filesystems have quotas that...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Transfert de fichiers avec les systèmes de fichiers ''scratch'', ''home'' et ''project'' == | == Transfert de fichiers avec les systèmes de fichiers ''scratch'', ''home'' et ''project'' == | ||
Sur [[Cedar/fr|Cedar]] et [[Graham/fr|Graham]], les quotas pour ''scratch'' et ''home'' sont par utilisateur, alors qu'ils sont par projet pour [[Project layout/dr|''project'']] has quotas that are per-project. Because the underlying implementation of quotas on the [[Lustre]] filesystem | |||
is currently based on group ownership of files, it is important to ensure that the files have the right group. On the scratch and home filesystems, the correct group is typically the group with the same name as your username. On the project filesystem, group name should follow the pattern <tt>prefix-piusername</tt> where <tt>prefix</tt> is typically one of <tt>def</tt>, <tt>rrg</tt>, <tt>rpp</tt>. | is currently based on group ownership of files, it is important to ensure that the files have the right group. On the scratch and home filesystems, the correct group is typically the group with the same name as your username. On the project filesystem, group name should follow the pattern <tt>prefix-piusername</tt> where <tt>prefix</tt> is typically one of <tt>def</tt>, <tt>rrg</tt>, <tt>rpp</tt>. |