Date: Thu, 8 Mar 2001 16:54:12 -0600 From: Doug Poland <doug@polands.org> To: Greg Lehey <grog@lemis.com> Cc: freebsd-questions@freebsd.org Subject: Re: vinum and many SCSI disks Message-ID: <20010308165412.A13870@polands.org> In-Reply-To: <20010309091420.E69598@wantadilla.lemis.com> References: <20010308163633.A12056@polands.org> <20010309091420.E69598@wantadilla.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010308165412.A13870>