Date: Fri, 10 Mar 2000 11:14:10 -0500 From: Peter Radcliffe <pir@pir.net> To: freebsd-stable@FreeBSD.ORG Subject: Re: disk cloning Message-ID: <20000310111410.A2584@pir.net> In-Reply-To: <212CC57E84B8D111AD780000F84AA049083C2D04@mroexc2.tay.dec.com>; from Michael.Waite@compaq.com on Fri, Mar 10, 2000 at 10:36:03AM -0500 References: <212CC57E84B8D111AD780000F84AA049083C2D04@mroexc2.tay.dec.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Waite, Michael" <Michael.Waite@compaq.com> probably said: > I put a disk in my system and set the scsi address to "4" > 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" Unless you've changed your kernel config to specificly do this, scsi ID 4 isn't hardwired to da4. If it's the second scsi disk in your system it's more likely to be da1. dmesg | grep 'da[0-9]' might give you more info, or; camcontrol periphlist will give you a list of devices. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000310111410.A2584>