From owner-freebsd-questions@FreeBSD.ORG Sat Feb 19 06:56:29 2005 Return-Path: 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 5069616A4CE for ; Sat, 19 Feb 2005 06:56:29 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FCED43D1F for ; Sat, 19 Feb 2005 06:56:28 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from twinmp (12-218-21-193.client.mchsi.com[12.218.21.193]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20050219065624m9100ounree>; Sat, 19 Feb 2005 06:56:28 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Sat, 19 Feb 2005 00:56:22 -0600 User-Agent: KMail/1.7 References: <421467C0.9060801@ant.uni-bremen.de> <00b301c5164e$ae86b0d0$162dc2cb@astral> <5895876136a642eb60e73d6ebe87729c@shire.net> In-Reply-To: <5895876136a642eb60e73d6ebe87729c@shire.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502190056.22966.josh@tcbug.org> cc: "Chad Leigh -- Shire.Net LLC" cc: Spades Subject: Re: raid1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 06:56:29 -0000 On Saturday 19 February 2005 00:51, Chad Leigh -- Shire.Net LLC wrote: > On Feb 18, 2005, at 11:39 PM, Spades wrote: > > hi, my server hardware supports hardware raid, i installed it > > as per normal freebsd 5.3, however i see no difference > > in df. its using 2 x 160GB, what do i do during the installation > > to enable the raid? > > > > mobo: > > http://www.supermicro.com/products/motherboard/Xeon800/E7320/X6DV > >L- EG.cfm > > > > -bash-2.05b$ df > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad4s1a 66008394 35424 60692300 0% / > > devfs 1 1 0 100% /dev > > /dev/ad4s1d 66008394 24 60727700 0% /home > > /dev/ad4s1e 10154158 683442 8658384 7% /usr > > /dev/ad4s1f 8172302 982 7517536 0% /var > > -bash-2.05b$ > > What do you expect to see? > > A raid1 is a mirror set and to the OS would probably look like a > single drive if it truly is a HW raid > > Chad The RAID will ususally show up as something other than ad(x). Generally you create the RAID array in the controller's BIOS and FreeBSD detects it as a single disk (in my case ar0). You may want to google around to see if your controller is supported. -- Thanks, Josh Paetzel