Is there a way I can use a linux live CD to migrate an image of a disk from one disk to another (both disks in the same computer)? I just reinstalled windows for my Dad, but to be safe I used a separate drive (so if he didn't like it he can go back). When I need to move the new install to the proper (better, faster, larger) disk, can I use a live CD to move that data, including things like the boot sector. Thanks.
-
CalebSchmerge Woof NBR Reviewer
-
An easier way is to use a trial of Acronis (or version 8, which apparently is for free but isn't compatible with Vista) to clone one drive onto another using the bootable rescue media.
-
CalebSchmerge Woof NBR Reviewer
Thanks for the tip, I will look into that. Any other suggestions?
-
If your new drive is bigger than your old you can use "dd". It should be on every Live-CD.
Just runCode:dd bs=8k if=/dev/hda of=/dev/hdb
It just copies every byte to the new the disk. So, to be safe your new disk should be a little bigger.
Before running dd, please read the manual for dd and double check that you aren't overwriting your old drive!
Edit: While re-reading your post, the terms "new disk" and "old disk" might be misunderstood: I am copying from the "old disk" to the "new disk"
Drive Migration via Live CD?
Discussion in 'Linux Compatibility and Software' started by CalebSchmerge, Jul 8, 2008.