From owner-freebsd-questions Mon Mar 5 15:35:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out5.mx.nwbl.wi.voyager.net (out5.mx.nwbl.wi.voyager.net [169.207.2.77]) by hub.freebsd.org (Postfix) with ESMTP id A6AF537B718 for ; Mon, 5 Mar 2001 15:35:33 -0800 (PST) (envelope-from dpoland@execpc.com) Received: from earth.execpc.com (dpoland@earth.execpc.com [169.207.16.1]) by out5.mx.nwbl.wi.voyager.net (8.11.1/8.11.1) with ESMTP id f25NZVT67552; Mon, 5 Mar 2001 17:35:31 -0600 (CST) Received: (from dpoland@localhost) by earth.execpc.com (8.9.0) id RAA13772; Mon, 5 Mar 2001 17:35:31 -0600 (CST) Date: Mon, 5 Mar 2001 17:35:31 -0600 From: Doug Poland To: Greg Lehey , richard childers Cc: freebsd-questions@freebsd.org Subject: Re: SCSI disks / disklabel / vinum Message-ID: <20010305173531.A13041@polands.org> Mail-Followup-To: Greg Lehey , richard childers , freebsd-questions@freebsd.org References: <20010303150356.B29412@polands.org> <20010304091830.B12820@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20010304091830.B12820@wantadilla.lemis.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 04, 2001 at 09:18:30AM +1030, Greg Lehey wrote: > > It tells you: No such file or directory. You apparently don't have > the device nodes in place. > But I have the disks mounted! Right now I have 6 SCSI disks mounted and accessable on 6 different mount points. > > You'll almost certainly need to create the device nodes. > I took Richard Childers advice and did... # cd /dev # .MAKEDEV pass4 # .MAKEDEV pass5 Now I have the pass devices 0-5. When I run disklabel -e on da4 or da5, I still don't see 4.2BSD. The truely weird thing is I can see the 4.2BSD partition with a disklabel -r but not in disklabel -e. See following... judeah# disklabel -r da4 # /dev/da4: type: SCSI disk: da4s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 244 sectors/unit: 3933040 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 3933040 0 unused 0 0 # (Cyl. 0 - 244*) e: 3933040 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 244*) judeah# disklabel -e da4 # /dev/da4: type: SCSI disk: IBMRAID label: 0664M1H9337 flags: bytes/sector: 512 sectors/track: 13 tracks/cylinder: 210 sectors/cylinder: 2730 cylinders: 1440 sectors/unit: 3933040 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 3933040 0 unused 0 0 # (Cyl. 0 - 1440*) ~ The same thing shows for da5. What am I missing? -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message