Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2001 19:34:29 -0500
From:      "Mario Doria" <madd@tecdigital.net>
To:        "FreeBSD Questions" <questions@freebsd.org>
Subject:   Copy a disk using dd
Message-ID:  <002f01c14947$ac9a8d00$0a00a8c0@midgar>

next in thread | raw e-mail | index | archive | help
Hi,

On some machine with 2 identical disks, I want to copy everything on the
first drive to the second drive (mirror copy). The disks are da0 and da1.
I'm thinking of using:

dd if=/dev/da0 of=/dev/da1 bs=8192

Is this OK?

The purpose of this is to later remove the second hard disk, and use it on
another machine (like installing using Norton's Ghost). Both machines are
identical, I just don't want to do two separate installations.

Thanks,


Mario Doria


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002f01c14947$ac9a8d00$0a00a8c0>