April 19, 200620 yr i want to make a perfect back up of harddrive1 of XP to blank harddrive2. what is the best method
April 19, 200620 yr you only need a linux live cd (like knoppix)... dd if=/dev/sda of=/dev/sdb copies the first hdd to the second hdddd if=/dev/sda1 of=/dev/sdb1 copies the first partition from hdd1 to hdd2
Create an account or sign in to comment