Answers to: What is the best way to create a raw copy of a hard drive ? [Solved]http://linuxexchange.org/questions/34/what-is-the-best-way-to-create-a-raw-copy-of-a-hard-drive-solved<p>What is the best way of creating a raw copy of a failing hard drive for recovery purposes ?</p> <p>I would prefer a solution using either ubunutu or trinity.</p>enWed, 04 Jan 2012 08:13:33 -0500Answer by eastw00dhttp://linuxexchange.org/questions/34/what-is-the-best-way-to-create-a-raw-copy-of-a-hard-drive-solved/2771<p>I have a question about Clonezilla: How can I make a raw copy with clonezilla? I need to copy 4 HD's that are being used in a CCTV-DVR. To copy the first HD it is no problem, and that goes good with clonezilla. But to copy the 2nd, 3rd en 4th harddrive it won't work. The first HD has the partition information for all 4 disks, the 3 other disks are just storage space, i think..... in the past i used Norton ghost and then with commandline -ir ( image raw) it will copy also the other disks. Now, when i try to do raw copy in Clonezilla, all the time i get messege that the partitiontabel of the destination is not correct. ????? i dont understand because i want to write it over with the partitiontable of the source disk. and the other messege tells me that the destination-disk will be to small .... (the source and destination are the same type of HD's. the destination is totaly blank, without partition, i know from the past with norton ghost that any kind of partition can have the effect that it looks to small for the source, so i use destination disks without partition) because of these 2 messeges, the copy doesnt start. Is there a commandline for rawcopy? i tried all the options in "advanced" , but i cant find the right setting. i only wants the setting: Dont look at anything, just copy bytes. ( like raw copy should do, i think) As u read, im not an expert, pls can somebody help me?</p>eastw00dWed, 04 Jan 2012 08:13:33 -0500http://linuxexchange.org/questions/34/what-is-the-best-way-to-create-a-raw-copy-of-a-hard-drive-solved/2771Answer by Ronhttp://linuxexchange.org/questions/34/what-is-the-best-way-to-create-a-raw-copy-of-a-hard-drive-solved/2770<p>I would use Clonezilla, as already mentioned above; but I want to add a few thingsn ot yet mentioned:</p> <p>1) Copy the original hard drive to second hard drive, then do your data recovery from that second hard drive to yet another (now third) hard drive. The reason being is that</p> <p>a) you may only get one shot at grabbing data from the original hard drive.</p> <p>b) By working off of the second hard drive and recovering to the third, you minimize risk of data loss on the original (and failing) hard drive.</p>RonTue, 03 Jan 2012 10:06:19 -0500http://linuxexchange.org/questions/34/what-is-the-best-way-to-create-a-raw-copy-of-a-hard-drive-solved/2770Answer by spockhttp://linuxexchange.org/questions/34/what-is-the-best-way-to-create-a-raw-copy-of-a-hard-drive-solved/2768<p><a href="http://www.gnu.org/software/ddrescue/ddrescue.html">ddrescue</a> is like dd on steroids. It has similar syntax to dd but is designed for rescuing failing disks.</p>spockWed, 28 Dec 2011 16:37:24 -0500http://linuxexchange.org/questions/34/what-is-the-best-way-to-create-a-raw-copy-of-a-hard-drive-solved/2768Answer by Vermontgeekhttp://linuxexchange.org/questions/34/what-is-the-best-way-to-create-a-raw-copy-of-a-hard-drive-solved/50<p>I have in the past used Clonezilla. It uses dd but asks questions that those not so friendly with the command line and sets up the command for you.</p>VermontgeekWed, 14 Apr 2010 12:05:55 -0400http://linuxexchange.org/questions/34/what-is-the-best-way-to-create-a-raw-copy-of-a-hard-drive-solved/50