From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 16:20:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 400F016A47E; Mon, 19 Jun 2006 16:20:42 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9EA43D5E; Mon, 19 Jun 2006 16:20:38 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k5JGKGAY084368; Mon, 19 Jun 2006 10:20:22 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4496CEBB.4020200@samsco.org> Date: Mon, 19 Jun 2006 10:20:11 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <449606B8.5080106@centtech.com> In-Reply-To: <449606B8.5080106@centtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: freebsd-fs@freebsd.org, Ensel Sharon , freebsd-questions@freebsd.org Subject: Re: Please help - adaptec 2820sa not ... RESOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 16:20:42 -0000 Eric Anderson wrote: > Ensel Sharon wrote: > >> >> On Mon, 19 Jun 2006, Jahilliya wrote: >> >>>> Ok, aac is in the dmesg. >>>> >>>> I can see both 2820sa cards in the dmesg, and I see no errors, etc. - >>>> there are just no drives listed in dmesg. >>>> >>>> My setup is 8 500 Gb drives in a single raid-6 array, size ~2.8TB. Any >>>> problems with that ? Perhaps sysinstall cannot deal with a >2TB drive >>>> ? There are no other drives in the system besides the single 2.8TB >>>> raid 6 >>>> array ... >>>> >>> Have you got any other drives you can attach to the raid? >>> >>> If so, disconnect the 8 drives connected, connect up a couple that are >>> not part of the raid and configure them as a simple raid 1 and see if >>> the installers sees that raid. Or try any combination in drives to >>> bring the raid size down below 2TB (I'm sure this limitation has been >>> fixed.) >> >> >> >> Ok, the answer is that it has not been fixed. >> >> 6.1 sysinstall does in fact see both 2820sa controllers, and when I >> put in >> a single 160GB sata drive, it does see that single drive and I can >> install >> onto it, etc. >> >> Sysinstall does _not_ see my 2.7TB raid6 array. I suspect that if it >> were >> smaller than 2TB, it would see it correctly. >> >> I have a number of options with which to deal with this, all of which >> involve either wasting money or wasting disk space. Fantastic. > > > Right - FreeBSD doesn't recognize >2TB LUNs. Wrong on several counts. First, the AAC driver does not present arrays to the system as SCSI LUNs. The traditional 2TB limit with 12 byte CDB issue simply doesn't exist with this driver. Second, the FreeBSD SCSI layer knows how to issue 16 byte CDBs to access >2TB, assuming that the target understands the 16-byte protocol. So no, there is no 2TB limit inherent to FreeBSD. The only limit is with individual drivers and with hardware. Scott