cc_staff
30
edits
m (update file hsm_state info) |
m (update file hsm_state info) |
||
Line 88: | Line 88: | ||
<!--T:47--> | <!--T:47--> | ||
<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. | ||
$ lfs hsm_state <FILE> | |||
<FILE>: [...]: exists, [...] | |||
# Here, <FILE> is both on the disk and on tape. | # Here, <FILE> is both on the disk and on tape. | ||
$ lfs hsm_state <FILE> | $ lfs hsm_state <FILE> | ||
<FILE>: [...]: exists archived, [...] | <FILE>: [...]: exists archived, [...] | ||
# Here, <FILE> is on tape but no longer on disk. There will be a lag when opening it. | # Here, <FILE> is on tape but no longer on disk. There will be a lag when opening it. | ||
$ lfs hsm_state <FILE> | $ lfs hsm_state <FILE> |