From owner-freebsd-hardware@FreeBSD.ORG Fri Aug 25 17:57:25 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC68C16A614 for ; Fri, 25 Aug 2006 17:57:25 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C881A43D46 for ; Fri, 25 Aug 2006 17:57:23 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7PHv7Nd077177; Fri, 25 Aug 2006 13:57:13 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-hardware@freebsd.org Date: Fri, 25 Aug 2006 13:53:19 -0400 User-Agent: KMail/1.9.1 References: <44EEE36E.1040201@enc.edu> In-Reply-To: <44EEE36E.1040201@enc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608251353.20035.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 25 Aug 2006 13:57:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1728/Fri Aug 25 01:55:58 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Scott Long , Julian Elischer , Dave Kingsley Subject: sysinstall disklabel limit X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 17:57:25 -0000 On Friday 25 August 2006 07:47, Dave Kingsley wrote: > I am attemping to use a RocketRAID 2224 8 channel card to set up a > storage server. The server board is an Intel SE7230NH1-E with a P4-D > 2.8GHz, 2GB RAM. > When I set up a RAID5 with 7 750GB drives I get nothing but wierdness. > Using sysinstall -> Configure -> Fdisk I can see the full size: > DISK Geometry: 547149 cyls/255 heads/63 sectors = 8789948685 sectors > (4291967MB) > > But Label sees: > Disk: da0 Partition name: da0s1 Free: 200014030 blocks (97663MB) > > What am I doing wrong? All of the drivers seem to installed; at least > they say they are. > Is this just too big for FreeBSD? I hope not! I think there are some patches to fix sysinstall, but it still tops out at 2TB I thought. cc'ing some folks who probably know better than I. -- John Baldwin