From owner-freebsd-stable@FreeBSD.ORG Fri Aug 25 17:24:02 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A87B16A4E1 for ; Fri, 25 Aug 2006 17:24:02 +0000 (UTC) (envelope-from nick@gustas.org) Received: from atlas.summitpolymers.com (24-176-11-122.static.klmz.mi.charter.com [24.176.11.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78AD143D72 for ; Fri, 25 Aug 2006 17:24:00 +0000 (GMT) (envelope-from nick@gustas.org) Received: from [127.0.0.1] (tc1-094.corpdomain.summitpolymers.com [172.16.1.94]) by atlas.summitpolymers.com (Postfix) with ESMTP id 64AFE15505D for ; Fri, 25 Aug 2006 13:24:10 -0400 (EDT) Message-ID: <44EF322E.5060402@gustas.org> Date: Fri, 25 Aug 2006 13:23:58 -0400 From: Nick Gustas User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <44EEE32A.4090909@enc.edu> In-Reply-To: <44EEE32A.4090909@enc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: RocketRAID 2224 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 17:24:02 -0000 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! > > Help! Zero out the first few tracks of da0 to clean off any cruft and use gpt to create the label (from memory, did this August 2005) gpt create /dev/da0 gpt add /dev/da0 newfs -youroptionshere /dev/da0p1 --------- df -h /3ware Filesystem Size Used Avail Capacity Mounted on /dev/da0p1 4.0T 3.8T 161G 96% /3ware