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.