Hi, Michael!
Trying to kill the keyboard, Michael Gersten
([EMAIL PROTECTED]) produced 1,0K in 25 lines:
> I'd like to be able to mark a tape block (segment, whatever) as bad when
> it fails a tape write.
With 3.04d this is not possible (without hacking), I believe.
4.x (won't even compile on 2.2.x kernels due to kernel API
changes) removed compression to handle hard write errors
more gracfully.
You might wish to format your tape (or format/update the bad
sector map only), but that can take many hours (8-12 for your
1.65 GB tape).
> I mention this because I just did a backup of a system, and saw in the
> log a warning -- one hard media failure (and no indication that the
> driver made any attempt to resolve it).
Try reading your tape and see how many ECC corrected errors
turn up ... You'll get a few for every 100 MB.
> [I'd like like to add a block to the bad block list -- I have discovered
> (thanks to some real diagnostics in the logs) that my dos formatting
> software does not mark a full 2784 bad blocks -- it only claims 2753.
> At the very least, a way to force the bad block list to be correct :-) ]
Format the tape under Linux. Or hack/code the tools to add
that data. :-)
-Wolfgang