From owner-freebsd-questions Thu Mar 8 14:54:22 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 7AE0C37B719 for ; Thu, 8 Mar 2001 14:54:14 -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 f28MsDT94126; Thu, 8 Mar 2001 16:54:13 -0600 (CST) Received: (from dpoland@localhost) by earth.execpc.com (8.9.0) id QAA14817; Thu, 8 Mar 2001 16:54:13 -0600 (CST) Date: Thu, 8 Mar 2001 16:54:12 -0600 From: Doug Poland To: Greg Lehey Cc: freebsd-questions@freebsd.org Subject: Re: vinum and many SCSI disks Message-ID: <20010308165412.A13870@polands.org> Mail-Followup-To: Greg Lehey , freebsd-questions@freebsd.org References: <20010308163633.A12056@polands.org> <20010309091420.E69598@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20010309091420.E69598@wantadilla.lemis.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 09, 2001 at 09:14:20AM +1030, Greg Lehey wrote: > On Thursday, 8 March 2001 at 16:36:34 -0600, Doug Poland wrote: > > Has anyone got vinum running on a system with more > > than 4 SCSI disks? > > Yes. > > > If so, could you share with me how you were able to edit the > > disklabels on da{4,5,6,n}? > > In the same manner as any other. My guess is that your problem is > that you don't have device nodes for those disks. > Are those /dev/pass[0-n]? Can they be created with ./MAKEDEV pass[4,5,6]? This is what I've got right now... djp@judeah% ll /dev/da[0-9]s1e /dev/pass* crw-r----- 2 root operator 13, 0x00020004 Mar 7 01:29 /dev/da0s1e crw-r----- 2 root operator 13, 0x0002000c Mar 7 01:29 /dev/da1s1e crw-r----- 2 root operator 13, 0x00020014 Mar 7 01:29 /dev/da2s1e crw-r----- 2 root operator 13, 0x0002001c Mar 7 01:29 /dev/da3s1e crw-r----- 2 root operator 13, 0x00020024 Mar 7 01:29 /dev/da4s1e crw-r----- 2 root operator 13, 0x0002002c Mar 7 01:30 /dev/da5s1e crw------- 1 root operator 31, 0 Mar 7 19:00 /dev/pass0 crw------- 1 root operator 31, 1 Mar 7 19:00 /dev/pass1 crw------- 1 root operator 31, 2 Mar 7 19:00 /dev/pass2 crw------- 1 root operator 31, 3 Mar 7 19:00 /dev/pass3 Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message