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> In-Reply-To: <212CC57E84B8D111AD780000F84AA049083C2D03@mroexc2.tay.dec.com>; from Michael.Waite@compaq.com on Fri, Mar 10, 2000 at 10:34:43AM -0500 References: <212CC57E84B8D111AD780000F84AA049083C2D03@mroexc2.tay.dec.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000310095529.D56154>
