[LBo] Mirroring Program

Stefan Waidele St.Waidele at LinuxBasics.org
Tue Mar 6 18:05:25 CET 2007


John Fielding schrieb:
> Does anyone know of a program that will copy the entire contents of a hard
> drive including installed programs, settings etc to a new hard drive? 

`dd` is your friend in Linux.

Boot from a live-cd, and do a

dd if=/dev/olddisk of=/dev/newdisk

to get an exact clone of your drive.
You will need to replace olddisk and newdisk with the actual devices and 
of course: Be sure not to swap the input (if) with the output (of).

dd gives you great power. And with great power, there comes great 
responibility :)

Stefan




More information about the QnA mailing list