From owner-freebsd-alpha  Fri Mar 10  9:55:21 2000
Delivered-To: freebsd-alpha@freebsd.org
Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38])
	by hub.freebsd.org (Postfix) with ESMTP id 5FA9437BA40
	for <alpha@freebsd.org>; Fri, 10 Mar 2000 09:55:17 -0800 (PST)
	(envelope-from obrien@NUXI.com)
Received: from dragon.nuxi.com (root@d60-024.leach.ucdavis.edu [169.237.60.24])
	by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id JAA95025;
	Fri, 10 Mar 2000 09:55:15 -0800 (PST)
	(envelope-from obrien@dragon.nuxi.com)
Received: (from obrien@localhost)
	by dragon.nuxi.com (8.9.3/8.9.1) id JAA85303;
	Fri, 10 Mar 2000 09:55:29 -0800 (PST)
	(envelope-from obrien)
Date: Fri, 10 Mar 2000 09:55:29 -0800
From: "David O'Brien" <obrien@freebsd.org>
To: "Waite, Michael" <Michael.Waite@compaq.com>
Cc: alpha@freebsd.org
Subject: Re: cloning disks
Message-ID: <20000310095529.D56154@dragon.nuxi.com>
Reply-To: obrien@freebsd.org
References: <212CC57E84B8D111AD780000F84AA049083C2D03@mroexc2.tay.dec.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
In-Reply-To: <212CC57E84B8D111AD780000F84AA049083C2D03@mroexc2.tay.dec.com>; from Michael.Waite@compaq.com on Fri, Mar 10, 2000 at 10:34:43AM -0500
X-Operating-System: FreeBSD 4.0-CURRENT
Organization: The NUXI BSD group
X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Keyid: 34F9F9D5
Sender: owner-freebsd-alpha@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Fri, Mar 10, 2000 at 10:34:43AM -0500, Waite, Michael wrote:
> I put a disk in my XP and set the scsi address to "4"
> I brought the system up and then sent it to "init 1"
> 
> I did a /dev/MAKEDEV da4 and it seems to have made the devices.
> when I type dd if=/dev/da0 of=/dev/da4 bs=64k
> 
> It tells me "Device not configured"

There are some bugs with doing this.  You might email PHK@freebsd.org
directly as the bug is felt to be in his code.  Or email bde@freebsd.org
how I think is familar with the bug.  I believe you can do this if you:

    dd if=/dev/da0 of=/dev/da4 bs=64k skip=512
    disklabel -B da4

[I could be off on the offset to skip.  Others can probably correct me.]
 
-- 
-- David    (obrien@NUXI.com)


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