LinearTapeFileSystem/ltfs

RFE: Missing Oracle T10000x and HP DATxx0 drives

開放

#266 建立於 2021年4月8日

 (2 則留言) (0 個反應) (0 位負責人)C (102 個分叉)auto 404
Hacktoberfestenhancementhelp wanted

倉庫指標

星標
 (337 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

( To get the code of the subversion repo: svn co https://oss.oracle.com/projects/ltfs/src )

It supports Oracle(Sun/StorageTek) T10000C and T10000D tape drives. T10000E is also included, but it was not released as final product: https://oss.oracle.com/projects/ltfs/src/trunk/ltfs-1.2.7/src/tape_drivers/linux/orcltape/orcltape_supdevs.h

   { "T10000C         ", drivefamily_lto,     "STK T10000C"        },
   { "T10000D         ", drivefamily_lto,     "STK T10000D"        },

It supports HP DAT160 and DAT320 tape drives: https://github.com/nix-community/hpe-ltfs/blob/f909474d71deb0e6a7abc71fd47c16a78b9c1eb0/ltfs/src/tape_drivers/osx/ltotape/ltotape_supdevs.h#L48-L49

   { "DAT320          ", drivefamily_dat,     "HP DAT320",		   drive_dat   	},
   { "DAT160          ", drivefamily_dat,     "HP DAT160",		   drive_dat   	},

Thanks.

貢獻者指南