rsnt_translations
56,420
edits
(try to make the use-case clearer, and remove reference to scratch.) |
(Marked this version for translation) |
||
Line 4: | Line 4: | ||
The nearline storage space is tape-based and designed to store '''large''' files which are '''infrequently accessed'''. | The nearline storage space is tape-based and designed to store '''large''' files which are '''infrequently accessed'''. | ||
<!--T:31--> | |||
The nearline filesystem is only accessible from the login and data-transfer nodes of the cluster (not compute nodes). If you have many and/or small files, you should use a tool like [[Tar]] or [[Dar]] to aggregate them into large archive files. | The nearline filesystem is only accessible from the login and data-transfer nodes of the cluster (not compute nodes). If you have many and/or small files, you should use a tool like [[Tar]] or [[Dar]] to aggregate them into large archive files. | ||
<!--T:32--> | |||
Because such operations can be resource-intensive, they may not be appropriate on login nodes so use data-transfer nodes, | Because such operations can be resource-intensive, they may not be appropriate on login nodes so use data-transfer nodes, | ||
or create the archive files on another filesystem before moving to nearline. | or create the archive files on another filesystem before moving to nearline. |