Subject: Cloning /dev/wd0
To: bsd-help \(E-mail\) \(E-Mail\) <netbsd-help@netbsd.org>
From: Nicolas Saurbier <Nicolas.Saurbier@biodata.de>
List: netbsd-help
Date: 12/10/2002 14:47:05
Hi All,

short question:=20

I have a Harddisk /dev/wd0 and I want to mirrow it on /dev/wd2. wd0 has =
several partitions.

On Linux I would do a "dd if=3D/dev/hda of=3D/dev/hdc" and mirrow =
everything on hda on hdc.
Now I=B4m looking for a possibility to do a "dd" on NetBSD that copys =
all partitions on wd0 to wd2.

How shall I do this? Is there something like "hda" (the whole HD), may =
be just wd0???? (I know, there is no wd0)

Nic