M Thompson wrote:
> 
> If your system has a UDMA66 controller, MDK 7.1 will automatically install
> the necessary drivers to access the devices attached to the UDMA66
> controller.  It is more about support of the controller than about support
> of the hard drives.
> 
> HTH,
> Matt
> 

Well, looks like I'm totally out of options; I have an IDE tape drive
that worked perfectly with 7.0, but with 7.1 I can only write to it (tar
cvzpf /dev/ht0 <file-list>)---I can't read from it (tar xzvpf
/dev/ht0).  I've already tried a kernel upgrade, the version of tar that
came with 7.0, and ide-tape.o that came with 7.0 (this wouldn't even
load---error messages about unresolved symbols).  Now that I think about
it, I haven't tried a different version of gzip, although with 7.1 I can
`tar cvzpf /dev/fd0 <file-list>' and `tar xzvpf /dev/fd0' with no
problem.

Error messages listed below.  Any suggestions?

---Norvell Spearman

P.S.  All apologies to anyone to whom my numerous postings have become
tiresome.  If I have to, I'll go back to 7.0, but 7.1 has so many
features I like. . .
---------------------------------------------------------------------------
[root@localhost blah]# tar xzvpf /dev/ht0
tar (grandchild): /dev/ht0: Cannot read: Input/output error
tar (grandchild): At beginning of tape, quitting now
tar (grandchild): Error is not recoverable: exiting now

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
[root@localhost blah]# tar xzvpf /dev/nht0
tar (grandchild): /dev/nht0: Cannot read: Input/output error
tar (grandchild): At beginning of tape, quitting now
tar (grandchild): Error is not recoverable: exiting now

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
-------------------------------------------------------------------
Below is from /var/log/messages:

Jun 15 18:55:18 localhost kernel: ide-tape: hdd <-> ht0: HP COLORADO 8GB
rev 2.05
Jun 15 18:55:18 localhost kernel: ide-tape: hdd: overriding
capabilities->speed (assuming 650KB/sec)
Jun 15 18:55:18 localhost kernel: ide-tape: hdd: overriding
capabilities->max_speed (assuming 650KB/sec)
Jun 15 18:55:18 localhost kernel: ide-tape: hdd <-> ht0: 650KBps,
16*32kB buffer, 6336kB pipeline, 100ms tDSC
Jun 15 18:55:18 localhost kernel: ide-tape: ht0: I/O error, pc = 10, key
=  7, asc = 27, ascq =  0
Jun 15 18:55:18 localhost kernel: ide-tape: ht0: I/O error, pc = 10, key
=  7, asc = 27, ascq =  0
Jun 15 18:55:18 localhost kernel: ide-tape: ht0: I/O error, pc = 1e, key
=  5, asc = 20, ascq =  0
Jun 15 18:55:18 localhost kernel: ide-tape: ht0: I/O error, pc =  8, key
=  5, asc = 2c, ascq =  0
Jun 15 18:55:18 localhost kernel: ide-tape: ht0: I/O error, pc = 1e, key
=  5, asc = 20, ascq =  0
Jun 15 18:55:24 localhost kernel: ide-tape: ht0: I/O error, pc = 10, key
=  7, asc = 27, ascq =  0
Jun 15 18:55:24 localhost kernel: ide-tape: ht0: I/O error, pc = 10, key
=  7, asc = 27, ascq =  0
Jun 15 18:55:24 localhost kernel: ide-tape: ht0: I/O error, pc = 1e, key
=  5, asc = 20, ascq =  0
Jun 15 18:55:24 localhost kernel: ide-tape: ht0: I/O error, pc =  8, key
=  5, asc = 2c, ascq =  0
Jun 15 18:55:24 localhost kernel: ide-tape: ht0: I/O error, pc = 1e, key
=  5, asc = 20, ascq =  0

Reply via email to