Closed xosevp closed 3 years ago
https://github.com/LinearTapeFileSystem/ltfs/blob/53a940605970711697faa34d46751016b97311f4/src/tape_drivers/quantum_tape.c#L71
It is identified as as DRIVE_LTO5_HH instead of DRIVE_LTO6_HH
And these tape drives are defined as: https://github.com/royalmoose/ltfs-quantum/blob/v2.4.0.2-Quantum/src/tape_drivers/ibm_tape.h#L149-L151
DRIVE_QTM5 = 0xA105, /* QUANTUM Gen 5 */ DRIVE_QTM6 = 0xA106, /* QUANTUM Gen 6 */
Oops, this is a bug.
https://github.com/LinearTapeFileSystem/ltfs/blob/53a940605970711697faa34d46751016b97311f4/src/tape_drivers/quantum_tape.c#L71
It is identified as as DRIVE_LTO5_HH instead of DRIVE_LTO6_HH
And these tape drives are defined as: https://github.com/royalmoose/ltfs-quantum/blob/v2.4.0.2-Quantum/src/tape_drivers/ibm_tape.h#L149-L151