rsnt_translations
56,569
edits
(Updating to match new version of source page) |
No edit summary |
||
Line 67: | Line 67: | ||
La commande <tt>lfs hsm_state</tt> permet de savoir si un fichier est sur bande ou encore sur disque. (l'abréviation hsm signifie ''hierarchical storage manager''). | La commande <tt>lfs hsm_state</tt> permet de savoir si un fichier est sur bande ou encore sur disque. (l'abréviation hsm signifie ''hierarchical storage manager''). | ||
<source lang="bash"> | <source lang="bash"> | ||
# Here, <FILE> | # Here, <FILE> is only on disk. | ||
$ lfs hsm_state <FILE> | $ lfs hsm_state <FILE> | ||
<FILE>: (0x00000000) | <FILE>: (0x00000000) | ||
# Here, <FILE> is in progress of being copied to tape. | # Here, <FILE> is in progress of being copied to tape. |