Describes a single logical file on a tape medium.
uint32_t File
File number (unique within the partition).
uint64_t LastBlock
Last block of the file (inclusive).
uint64_t FirstBlock
First block of the file (inclusive).
uint8_t Partition
Partition number containing this file.
Describes a single physical partition on a tape medium.
uint64_t LastBlock
Last block in the partition (inclusive).
uint64_t FirstBlock
First block in the partition (inclusive).
uint8_t Number
Partition number (unique identifier for this partition).