LinearTapeFileSystem / ltfs

Reference implementation of the LTFS format Spec for stand alone tape drive
BSD 3-Clause "New" or "Revised" License
256 stars 77 forks source link

bad defined QUANTUM device #265

Closed xosevp closed 3 years ago

xosevp commented 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 */
piste-jp commented 3 years ago

Oops, this is a bug.