From owner-freebsd-stable Fri Mar 10 8:21:12 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mailext03.compaq.com (mailext03.compaq.com [207.18.199.41]) by hub.freebsd.org (Postfix) with ESMTP id D5BF037BA20 for ; Fri, 10 Mar 2000 08:21:09 -0800 (PST) (envelope-from michael.waite@compaq.com) Received: by mailext03.compaq.com (Postfix, from userid 12345) id D9CFD1521AD; Fri, 10 Mar 2000 10:21:08 -0600 (CST) Received: from mailint02.im.hou.compaq.com (mailint02.compaq.com [207.18.199.35]) by mailext03.compaq.com (Postfix) with ESMTP id D1177148506; Fri, 10 Mar 2000 10:21:08 -0600 (CST) Received: by mailint02.im.hou.compaq.com (Postfix, from userid 12345) id 136724D403; Fri, 10 Mar 2000 10:21:02 -0600 (CST) Received: from exctay-gh01.tay.cpqcorp.net (exctay-gh01.tay.cpqcorp.net [16.103.129.42]) by mailint02.im.hou.compaq.com (Postfix) with ESMTP id CC07A43983; Fri, 10 Mar 2000 10:21:01 -0600 (CST) Received: by exctay-gh01.tay.cpqcorp.net with Internet Mail Service (5.5.2650.21) id ; Fri, 10 Mar 2000 11:21:07 -0500 Message-ID: <212CC57E84B8D111AD780000F84AA049083C2D08@mroexc2.tay.dec.com> From: "Waite, Michael" To: 'Peter Radcliffe' , freebsd-stable@FreeBSD.ORG Subject: RE: disk cloning Date: Fri, 10 Mar 2000 11:20:56 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have two disk on the system right now plus a cdrom. I would assume that they would de da0 da1 and da3. The disk that I just plegged into the chain is scsi address "4" ........I just checked the jumper. Would that then not be added to the system ad da4? When I looked in /dev there was no "da*" until I ran MAKEDEV -----Mike -----Original Message----- From: Peter Radcliffe [mailto:pir@pir.net] Sent: Friday, March 10, 2000 11:14 AM To: freebsd-stable@FreeBSD.ORG Subject: Re: disk cloning "Waite, Michael" 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message