LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Exact Hard Drive Copy (https://www.linuxquestions.org/questions/linux-general-1/exact-hard-drive-copy-24744/)

phar1944 07-01-2002 10:50 AM

Exact Hard Drive Copy
 
Does anyone know what the command format would be to make an exact copy of my Linux hard drive to another (larger) hard drive?

HowlinMad 07-01-2002 01:48 PM

This can be done using the Hard-Disk-Upgrade Mini Howto. You can find it at:

http://www.tldp.org/HOWTO/mini/Hard-...ade/index.html

I have used it and it works very well.

Murdock

phar1944 07-01-2002 02:23 PM

Thank you very much.

Paul:D

da Perp 07-02-2002 07:22 AM

Is it not possible for one to achieve these effects (similar to Norton Ghost i.e.) with "dd"?

burningodzilla 07-02-2002 07:53 AM

yeah that seems the easiest, as will just dump one disk's contents to another - partitions, boot sector, etc. to dump master to slave just:

dd if=/dev/hda of=/dev/hdb

i think...:)


All times are GMT -5. The time now is 10:41 AM.