Re: ide-tape.c

From: John Sieh (jsieh@talontech.com)
Date: Thu Feb 17 2000 - 20:21:43 EST


> When ignoring this warning, what is the actual problem in working
> with the tape drive?

# ls test
2.3.40 2.3.40pre1
# tar cvf /dev/ht0 test
test/
test/2.3.40
test/2.3.40pre1
tar: Cannot write to /dev/ht0: Input/output error
tar: Error is not recoverable: exiting now
# dmesg
ide-tape: Reached idetape_chrdev_open
ide-tape: ht0: I/O error, pc = 1e, key = 5, asc = 20, ascq = 0
hdd : bad access: block=0, count=32
ide-tape: ht0: I/O error, pc = 1e, key = 5, asc = 20, ascq = 0

The bad access error was printed alot more than that, snipped for readability.

# tar tvf /dev/ht0
ide-tape: Reached idetape_chrdev_open
ide-tape: ht0: I/O error, pc = 1e, key = 5, asc = 20, ascq = 0
hdd : bad access: block=0, count=32
ide-tape: ht0: I/O error, pc = 1e, key = 5, asc = 20, ascq = 0

Again snipped bad access lines.

Any suggestions?

John

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:20 EST