From owner-freebsd-questions@FreeBSD.ORG Sat Feb 19 06:51:57 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 AA17016A4CE for ; Sat, 19 Feb 2005 06:51:57 +0000 (GMT) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770CE43D4C for ; Sat, 19 Feb 2005 06:51:57 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.43) id 1D2OT4-0002cW-Sv; Fri, 18 Feb 2005 23:51:55 -0700 In-Reply-To: <00b301c5164e$ae86b0d0$162dc2cb@astral> References: <421467C0.9060801@ant.uni-bremen.de><42159B2C.3000000@ant.uni-bremen.de> <200502181015.44103.karelj@kayjay.nl> <00b301c5164e$ae86b0d0$162dc2cb@astral> Mime-Version: 1.0 (Apple Message framework v619.2) Message-Id: <5895876136a642eb60e73d6ebe87729c@shire.net> From: Chad Leigh -- Shire.Net LLC Date: Fri, 18 Feb 2005 23:51:53 -0700 To: Spades X-Mailer: Apple Mail (2.619.2) X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on hobbiton.shire.net X-Spam-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_40 autolearn=disabled version=3.0.0 X-Spam-Level: X-SA-Exim-Version: 4.1+cvs (built Mon, 23 Aug 2004 08:44:05 -0700) X-SA-Exim-Scanned: Yes (on hobbiton.shire.net) cc: freebsd-questions@freebsd.org 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:51:57 -0000 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/X6DVL- > 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