also sprach Cameron Matheson (on Sat, 12 May 2001 09:06:17PM -0600):
> I need to copy everything from hard drive to another.  I'm assuming this is
> done w/ dd, but I need to be sure.  Could someone give me an example of how to
> copy /dev/hda1 to /dev/hdb1?

only if they are the same size partitions!!! otherwise use tar or
rsync!

dd if=/dev/hda1 of=/dev/hdb1 bs=512k

martin;              (greetings from the heart of the sun.)
  \____ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
-- 
the web site you seek
cannot be located but
endless others exist.

Reply via email to