I sent out some posts earlier on this. To summarize, I have an HP Colorado
5GB IDE tape drive. I have been able to use mt to move the tape forward, find
out where the tape is positioned, rewind it, etc. I have also been able to
use tar to write to the tape drive. When I try to use tar to read from the
tape drive though, I get the following as output:
tar: /dev/ht0: Cannot read: Input/output error
tar: At beginning of tape, quitting now
tar: Error is not recoverable: exiting now
The following also appears in dmesg output when I try to run the tar command:
ide-tape: Reached idetape_chrdev_open
ide-tape: ht0: I/O error, pc = 8, key = 5, asc = 2c, ascq = 0
Willem Riede suggested to me that I try turning IDETAPE_DEBUG_LOG_VERBOSE on
to help with debugging. That iswhen I ran into this line that as missing a
semicolon.
John Guthrie
guthrie@martnet.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/