scsirob

Results 5 comments of scsirob

Tandberg LTO-8 drives are OEM IBM drives. It's really odd to see this ASC/ASCQ combination. It shows up with Sense Key 0BH (Aborted command), and then means Command Phase Error....

static void update_tape_usage(struct TapeUsage *b, struct priv_lu_ssc *lu_ssc) { -uint64_t datasets = filemark_count(); +uint64_t datasets = lu_ssc->bytesWritten_M/400000; You are welcome ;)

Well, TS3100 is a library so that's to be expected. In my project I keep separate Log Sense generators for libraries and for tape drives, as pages with the same...

That looks off by one byte. The snprintf() after that can use 13 bytes

LTFS for Linux and some BSD flavors is readily available. The HP developers have turned over their code to the IBM devs and you can find ltfs with support for...