Originally Posted by
directhex
i'll try again.
take old disk, plug into an IDE channel
take new disk, also plug into an IDE channel.
take a linux live cd, boot.
get into a terminal. determine the names assigned to the two disks; try "fdisk -l" or "dmesg | grep hd" - IDE disks have names like hda, hdb, hdc, and so on.
then type "dd if=/dev/sourcediskdevice of=/dev/destinationdiskdevice bs=10M" to copy, in ten meg chunks, an exact image from one disk to another. it let me clone my windows/windows64/linux disk from a samsung to a seagate without any hastle.
otherwise, you'll need a pro-grade RAID controller (£200) to do a raid1 duplication from existing data.