From d6e96c71726a01b6d18041a1da0199da37e64fe9 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 12 Jan 2016 19:19:33 +0100 Subject: [PATCH] Add tape density translation for LTO-5 and LTO-6 The codes used have been extracted from the mhvtl project. --- mt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mt.c b/mt.c index cd2893f..9eb7f1b 100644 --- a/mt.c +++ b/mt.c @@ -231,6 +231,8 @@ static struct densities { {0x4b, "T10000B"}, {0x51, "IBM 3592 J1A"}, {0x52, "IBM 3592 E05"}, + {0x58, "LTO-5"}, + {0x5a, "LTO-6"}, {0x80, "DLT 15GB uncomp. or Ecrix"}, {0x81, "DLT 15GB compressed"}, {0x82, "DLT 20GB uncompressed"},