Replacements for ST-406/ST-512 drives

Jules Richardson julesrichardsonuk at yahoo.co.uk
Tue Feb 8 03:33:28 CST 2005


On Mon, 2005-02-07 at 23:22 -0600, Randy McLaughlin wrote:
> dd works with newer devices that have been remapped and present a "perfect" 
> media.

Don't forget to pass 'noerror' and 'sync' parameters to dd when creating
an image, as otherwise you'll end up with truncated output, which isn't
a great lot of use :-)

(and possibly 'notrunc' when writing an image back to a disk, although
I've not had to test that yet)

Only downside of dd is that retry-on-error isn't documented. I have no
idea if dd even retries at all upon error (probably not), which would be
a handy feature to have when making images (as quite often I find that
errors disappear on subsequent reads). Keep on meaning to look into that
one and produce a patched version that'll do a configurable number of
retries upon error...

cheers

Jules






More information about the cctalk mailing list