Translations:Frequently Asked Questions/40/fr: Difference between revisions

From Alliance Doc
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'' ==
On [[Cedar]] and [[Graham]], the scratch and home filesystems have quotas that are per-user, while the [[Project layout|project filesystem]] has quotas that are per-project. Because the underlying implementation of quotas on the [[Lustre]] filesystem  
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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Frequently Asked Questions)
== Moving files across the project, scratch and home filesystems ==
On our general purpose clusters, the scratch and home filesystems have quotas that are per-user, while the [[Project layout|project filesystem]] has quotas that are per-project. Because the underlying implementation of quotas on the [http://lustre.org/ 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>.

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.