Translations:Frequently Asked Questions/40/fr: Difference between revisions
Jump to navigation
Jump to search
(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>. |
Revision as of 22:16, 8 May 2018
Transfert de fichiers avec les systèmes de fichiers scratch, home et project
Sur Cedar et Graham, les quotas pour scratch et home sont par utilisateur, alors qu'ils sont par projet pour 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 prefix-piusername where prefix is typically one of def, rrg, rpp.