Bug 33597 - Density Code 0x26
Summary: Density Code 0x26
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mt-st
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-03-28 14:32 UTC by Patrik Hall
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-03-28 14:32:22 UTC
Embargoed:


Attachments (Terms of Use)

Description Patrik Hall 2001-03-28 14:32:19 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; Piste 
Tietoliikenne)


Density Code 0x26 should be DDS-4

Reproducible: Always
Steps to Reproduce:
mt -f /dev/st0 densities

and

mt -f /dev/st0 status

Actual Results:  mt reports that density code 0x26 is not known to this mt.

Expected Results:  mt should report that the media is a DDS-4 tape.

proposed patch to fix the problem:

diff -Naur mt-st-0.5b.orig/mt.c mt-st-0.5b/mt.c
--- mt-st-0.5b.orig/mt.c        Tue Mar 27 13:47:52 2001
+++ mt-st-0.5b/mt.c     Tue Mar 27 14:31:19 2001
@@ -172,6 +172,7 @@
     {0x22, "QIC-2GB"},
     {0x24, "DDS-2"},
     {0x25, "DDS-3"},
+    {0x26, "DDS-4"},
     {0x45, "QIC-3095-MC (TR-4)"},
     {140, "EXB-8505 compressed"},
     {144, "EXB-8205 compressed"},

Comment 1 Trond Eivind Glomsrxd 2001-03-28 15:59:15 UTC
Fixed (without patching, it's already there) in mt-st-0.6-1, which someday will
show up in Rawhide.


Note You need to log in before you can comment on or make changes to this bug.