*nix Thread, Simple Hard Disc Clone Technique in Technical; If all else fails...
Cutting a long story short I needed to clone a hard drive and my Ghost floppies ...
-
26th January 2006, 03:43 PM #1 Simple Hard Disc Clone Technique
If all else fails...
Cutting a long story short I needed to clone a hard drive and my Ghost floppies wouldn't work (drives? media? who knows?)
So I put the drive in another working identical computer - booted into Linux (used Puppy Linux 1.0.7 but any LiveCD would do) and ran a console window.
entered
dd if=/dev/hda of=/dev/hdb
and off it went copying drive 1 to drive 2.
I don't know how long it took (I went home after an hour) but when I came back today - it was done and the drive worked fine.
regards
Simon
PS I believe that if you specifiy some block size parameter in the dd command it would run faster but YMMV!
-
-
IDG Tech News
-
26th January 2006, 03:55 PM #2
- Rep Power
- 0
Re: Simple Hard Disc Clone Technique
Almost exactly what I use, if i'm doing it with PATA drives I make sure the source drive is on the Primary Master (hda) and the destination is on the Secondary Master (hdc) which speeds things up and I also make the block size 128MB.
dd if=/dev/hda of=/dev/hdc bs=128M
But make sure the machine you're using has plenty of RAM when you get to bigger block sizes.
-
-
26th January 2006, 07:32 PM #3 Re: Simple Hard Disc Clone Technique
Used one of the free cloning tools on the UBCD: PC Inspector Clone Maxx last week when Ghost refused to play. took about an hour next to Ghosts ~20mins but did the job nonetheless.
-
-
26th January 2006, 11:39 PM #4 Re: Simple Hard Disc Clone Technique
Also check ghost for unix g4u - and ghost 4 linux (apparenly a blatant rip-off of g4u) these can do the same over a network to an ftp site
Its also possible to pipe the output from dd into a file or over an ssh connection to a fileserver using any linux distro.
dd is byte-for-byte so if you output to a file is does copy all the zero's ! Its well worth using compression if the machine is fast enough.
nice tutorial here:
http://www.inference.phy.cam.ac.uk/s...artitions.html
-
-
27th January 2006, 12:54 AM #5 Re: Simple Hard Disc Clone Technique
-
-
27th January 2006, 10:53 AM #6 Re: Simple Hard Disc Clone Technique
-
-
27th January 2006, 06:07 PM #7 Re: Simple Hard Disc Clone Technique
who you talking to ninja beaver lol ?
-
-
30th January 2010, 12:01 PM #8 Slightly late in the game but check out Clonezilla live. Allows direct disc-to-disc backup as well as via network shares and keeps up well with hardware and network drivers. Boot CD so doesn't need any network setup.
If you're wanting to have a more permanent imaging solution then Clonezilla can be set up for PXE boot and then you don't need to worry about CD or network drivers.
-
SHARE: 
Similar Threads
-
By j17sparky in forum *nix
Replies: 6
Last Post: 27th November 2007, 09:30 AM
-
By nicholab in forum Windows
Replies: 0
Last Post: 2nd October 2007, 10:24 AM
-
By FN-GM in forum Windows
Replies: 7
Last Post: 13th July 2007, 09:11 AM
-
Replies: 2
Last Post: 26th January 2007, 01:22 AM
-
By Kyle in forum Educational Software
Replies: 8
Last Post: 14th November 2006, 08:35 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules