[LUNI] Sanity check

Kenneth P. Stox ken at stox.org
Wed Apr 18 21:07:39 CDT 2007


On Wed, 2007-04-18 at 17:50 -0700, Mike Scott wrote:
> dd if=/dev/sdb of=/dev/sda

Since your original drive is dying, it will probably produce errors.
What you want is:

dd if=/dev/sdb of=/dev/sda conv=noerror

Otherwise, dd will stop when it hits the first error.



More information about the luni mailing list