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?

link|improve this question
3  
With the limited info you've given, it sounds like any disk imaging tool would work. – Ward Sep 6 '11 at 13:32
2  
feedback

migrated from serverfault.com Sep 6 '11 at 13:43

This question came from our site for system administrators and desktop support professionals.

closed as exact duplicate by slhck, Gareth, sblair, Moab, Breakthrough Sep 6 '11 at 16:53

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 0 down vote accepted

Can you use linux (in general) ?

If so, simply use dd :

dd if=/dev/original_HD of=/dev/dest_HD
link|improve this answer
feedback

Take a look at clonezilla.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.