Thread: Clone my HDD
View Single Post
Old 08-18-2006, 03:25 PM   #3 (permalink)
apcbill
Junior Member
 
Join Date: Aug 2006
Location: KC
Posts: 4
Default Re: Clone my HDD

This is a Linux thread so I assume you want to use a Linux tool. You can do it with dd. If the hard drives are identical make and model. You can do something like dd if=/dev/hda of=/dev/hdb bs=1024k.

There are ways to do it over the network with dd and netcat. And with different sized hard drives as well. I gave you the most basic method.
apcbill is offline   Reply With Quote
Sponsored Links