From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 01:47:30 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E94416A417 for ; Wed, 23 Jan 2008 01:47:30 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from mailfilter.dawnsign.com (cetus.dawnsign.com [216.70.250.4]) by mx1.freebsd.org (Postfix) with ESMTP id 3665E13C459 for ; Wed, 23 Jan 2008 01:47:25 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from cetus.dawnsign.com (cetus.dawnsign.com [192.168.1.5]) by mailfilter.dawnsign.com (Postfix) with ESMTP id E0F569582C for ; Tue, 22 Jan 2008 17:47:24 -0800 (PST) Received: by cetus.dawnsign.com with Internet Mail Service (5.5.2657.72) id ; Tue, 22 Jan 2008 17:47:24 -0800 Message-ID: <9DE6EC5B5CF8C84281AE3D7454376A0D6D0210@cetus.dawnsign.com> From: Doug Sampson To: "'questions@freebsd.org'" Date: Tue, 22 Jan 2008 17:47:17 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Cc: Subject: RE: 3Ware 9650SE with 4 disk array 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: Wed, 23 Jan 2008 01:47:30 -0000 > Hi, > > We've received a server containing 3Ware 9650SE controller > with 4 ports and > it comes with 4 WD7500AYYS drives with the following drive > parameters of LBA > 1465149168 (sectors?). I'm using FBSD 7.0 RC-1 which provides > the necessary > drivers for that controller card. The array is created using RAID5. > > The problem arises when I fdisk the drive array. The > sysinstall installation > routine complains that the drive parameters provided by the BIOS is > incorrect. When I ask to see the drive info using fdisk, I am > given the > following information: > > # fdisk > parameters extracted from in-core disklabel are: > cylinders=273542 heads=255 sectors/tracks=63 (16065 blks/cyl) > > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from BIOS bootblock is: > The data for partition 1 is: > sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 63, size 88484871 (48576 Meg), flag 80 (active) > beg: cyl 0/ head 1/ sector 1; > end: cyl 1023/ head 165/ sector 59 > The data for partition 2 is: > > The data for partition 3 is: > > The data for partition 4 is: > > # > > I see that when I am finished setting up the drive array, I > am getting a > much smaller use of the entire array. Using the "Auto Defaults" option > inside bsdlabel, I end up with /dev/da0s1f (/usr) in the > range of 40 GB. I > should be seeing something in the order of 2 TB. > > I've tried fdisking and bsdlabeling for 2 Tb to no avail > several times. > > What am I doing wrong? > Turns out the disk array had a partition set up for 2048 GB which FBSD 7.0 RC-1 doesn't support. Auto-carving the array to 2047 GB did the trick.