-1

Possible Duplicate:
How do I easily copy or clone a boot partition onto a new hard drive?

I have two hard drives, one is empty and one is with data, and I want to clone one to other - 1:1 backup. What is the best tool for that?

1 Answers1

0

Can you use linux (in general) ?

If so, simply use dd :

dd if=/dev/original_HD of=/dev/dest_HD
woliveirajr
  • 4,260