[NBLUG/talk] Recovering data from a failing hard disk

Lincoln Peters sampln at sbcglobal.net
Mon Aug 23 17:51:42 PDT 2004


I need to transfer a huge volume of data from a failing 160GB hard disk
to a new one of the same size.  I'm thinking that the following would do
the trick:

find -print0 | xargs -0 --replace=FILE dd conv=noerror if=FILE of=/new/disk/FILE

Is there a better way?

---
Lincoln Peters
<sampln at sbcglobal.net>

BOFH excuse #384:

it's an ID-10-T error





More information about the talk mailing list