Joy!
I got it working last night.
The first day of mucking with the st driver options via mt resulted in the partial level of success that I reported in my first post, but in the process I had made an incorrect conclusion about which st option had actually got it (almost) working.
So,...last night I repeated my experiments, but being a bit more methodical this time. It turns out that the magic trick was simply to increase the sttimeout and stlongtimeout options. I had increased these to what I had thought were quit e generous amounts, but apparently not big enough.
After that, I did a bit more tweaking on st options to get the tape streaming properly. Then I installed arkeia (
www.arkeia.com) and things have been going great.
The specific commands to get the HP-COLORADO 14GB drive working correctly are as follows:
% mt -f /dev/st0 stoptions write-buffer read-ahead
% mt -f /dev/st0 sttimeout 15
% mt -f /dev/st0 stlongtimeout 30
I'm not sure why the drive needs such long timeouts in order to work correctly, but after doing this, it seems to work like a champ. Note that I had the timeouts set to 6 and 10 seconds previously, and that was only enough to get the drive mostly working. I still got I/O errors on large files.
Turning on write-buffer and read-ahead stoptions got the tape streaming properly. Now I can use tar and arkeia, so far so good!
>>>Joey
This is what I have