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

RFE: missing TANDBERG LTO drives #271

Closed xosevp closed 3 years ago

xosevp commented 3 years ago

( TANDBERG is using the HP fork: https://www.overlandtandberg.com/products/neo-tape/lto-software/lto-ltfs/#LTO-56 ftp://ftp1.overlandtandberg.com/neo/LTFS/LTO-5,6/Red%20Hat/ltfs-3_4_2-source-rhel_x86_64.tar.gz )

From the HP fork: https://github.com/nix-community/hpe-ltfs/blob/f909474d71deb0e6a7abc71fd47c16a78b9c1eb0/ltfs/src/tape_drivers/osx/ltotape/ltotape_supdevs.h#L46-L47

TANDBERG LTO-5 HH and LTO-6 HH:

   { "LTO-5 HH        ", drivefamily_lto,     "TANDBERG DATA LTO5",  drive_lto5         },
   { "LTO-6 HH        ", drivefamily_lto,     "TANDBERG DATA LTO6",  drive_lto6         },
xosevp commented 3 years ago

@ia2115 Patch to add Tandberg LTO 5 and 6 HH tape drives to HP back-end : https://paste.debian.net/plain/1198176 Based on #283 info and tests.

v2: update for 4eafde61cc36dd636cd5185245fc11bfdfad552a: https://paste.debian.net/plain/1201958