From owner-freebsd-questions Mon Nov 24 14:41:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11999 for questions-outgoing; Mon, 24 Nov 1997 14:41:14 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA11993 for ; Mon, 24 Nov 1997 14:41:10 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id OAA16376; Mon, 24 Nov 1997 14:33:12 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd016371; Mon Nov 24 14:33:07 1997 Message-ID: <347A0020.2F1CF0FB@whistle.com> Date: Mon, 24 Nov 1997 14:30:56 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Robert Du Gaue CC: questions@freebsd.org Subject: Re: Max logical/LUN support question References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The file /sys/scsi/scsiconf.c deliberatly disables multiple LUNs for many devices because so many return bogus results on unused LUNs. Edit the table there to allow the disk (sd) driver to check for more LUNs. There should be examples of this in the table, for the CD changers. Robert Du Gaue wrote > > I recently picked up a SCSI-to-SCSI RAID. So far I'm impressed with this > solution and speed. However, right now I have one big logical 13GIG drive. > When I tried breaking this down into reasonable sizes I ran out of > allowable device names. Trying to make additional devices (IE MAKEDEV > sd0s1i) doesn't seem allowable (wipes out all the other sds1x devices > too). So Instead, the RAID system has the ability to separate out logical > devices into mulitple LUNs. Doing this however, doesn't work as it looks > like FreeBSD doesn't support multiple LUNs as only LUN 0 shows up. > > I'd much perfer to make more devices instead of LUNs anyways. How do you > make more SCSI devices for a single physical drive then what is currently > a default of what appears to be 6? Or if that's not possible, is there a > multiple LUN support option I'm missing somewhere? My controller is a > 2940UW in case that matters. > > Thanks in advance! > > -------------------------------------------------------------------------- > Robert Du Gaue - rdugaue@calweb.com http://www.calweb.com > President, CalWeb Internet Services Inc. (916) 641-9320 > --------------------------------------------------------------------------