On Sat Oct 1 06:37:52 EDT 2011, slash.9f...@gmail.com wrote: > > if you (slash) could just grab the atazz binary > > (ftp://ftp.quanstro.net/other/8.atazz) > > and send me the output of > > echo 'identify device' | 8.atazz -r >[2=] /dev/sdE0 > /tmp/somefile > > that would be great. thanks! > > Here you go. Again, sdE0 is the old drive, sdE1 is the new one.
thanks! evidently, >[2=] backfired and actually copied stderr to stdoutput. there's no need to resend the ident blocks, since i've fixed it up, but untill this bug is fixed, this echo 'identify device' | 8.atazz -r /dev/sdE0 > /tmp/somefile or this echo 'identify device' | 8.atazz -r /dev/sdE0 > /tmp/somefile >[2]/dev/null would be better - erik