LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   howto copy to another hard drive (https://www.linuxquestions.org/questions/linux-newbie-8/howto-copy-to-another-hard-drive-312939/)

ic1404 04-13-2005 04:36 PM

howto copy to another hard drive
 
Hi.

On hda1 i have installed fc3 now i want to copy this system to hdc1 to reinstall grub and then to move hdc on another pc and to try to boot.

How can i copy all data from hda1 to hdc1 on the fly with /proc .. and with all files to can boot with hdc on another pc ?

Do you have another idea how can i copy this system to hdc system ?

hda size != hdd size


Thanks much!

:newbie:

Moloko 04-13-2005 05:43 PM

If the disks are really identical a simple dd operation will do. Boot using knoppix and run: # dd if=/dev/hda of=/dev/hdc

This will take time, every sector is copied from one disk to the other. More advanced operations are possible as well with dd.

http://wiki.linuxquestions.org/wiki/Dd

teckk 04-14-2005 09:57 PM

http://www.rajeevnet.com/hacks_hints...s_cloning.html


All times are GMT -5. The time now is 08:20 AM.