Clone a hard drive?
Jeremy Teale
lists at hypnogogic.org
Thu Jun 28 03:21:33 UTC 2007
Dave M wrote:
> What is the easiest way to clone a full (all partitions, boot tracks etc.)
> hard drive?
>
> -------------------------------
> Dave M
> Davem (at) Mich (dot) Com
> Ann Arbor, Mich. USA
>
> Protect your digital rights: http://www.eff.org
> "The 'Analog Holes' they want to stop up are our eyes, ears and mouths."
>
>
If the drives are identical, it is possible to just use dd.
dd if=/dev/sda of=/dev/sdb
where sda is the source drive and sdb is the destination.
If the drives are of different sizes, you will probably want to
repartition sdb after the command is done.
--
Jeremy Teale
Jabber: orion at hypnogogic.org GPG: http://www.hypnogogic.org/lists.asc
GPG FINGERPRINT 6999 6464 AE94 6609 2518 FDEC 7BD4 96A8 8103 3C8B
Join EFF, because multinational conglomerates kill puppies for fun.
http://www.eff.org
More information about the ubuntu-users
mailing list