From owner-freebsd-questions@FreeBSD.ORG Fri Nov 5 21:51:48 2004 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 A3B4916A4CE for ; Fri, 5 Nov 2004 21:51:48 +0000 (GMT) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E7C643D3F for ; Fri, 5 Nov 2004 21:51:48 +0000 (GMT) (envelope-from steveb99@earthlink.net) Received: from [64.174.127.138] (helo=[63.203.154.194]) by smtpauth08.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1CQBzn-0002KS-PT for freebsd-questions@freebsd.org; Fri, 05 Nov 2004 16:51:48 -0500 Message-ID: <418BF5F1.9010102@earthlink.net> Date: Fri, 05 Nov 2004 13:51:45 -0800 From: steveb99 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20041105143116.A21566@ganymede.hub.org> In-Reply-To: <20041105143116.A21566@ganymede.hub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 5a0d6b9ad7f84ea4d780f4a490ca69564776905774d2ac4bba39ae1e0d4618212c0b6e00dd5b9228350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 64.174.127.138 Subject: Re: Intel motherboard and SATA/RAID ... 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: Fri, 05 Nov 2004 21:51:48 -0000 Marc G. Fournier wrote: > "Dual-channel SATA 100 (two connectors) integrated with RAID 0 and 1 > support" > > If I have 4 drives in the above, could I stripe two to each other and > then mirror those together? Or is it strip *or* mirror? > > also, not sure if this is a no brainer, but would FreeBSD support that > resultant array? The two variations your are talking about are referred to as RAID 0 + 1, or RAID 10 depending on the order you stripe and mirror. I assume this is hardware RAID so FreeBSD shouldn't even know its there. You will create a logical drive from the RAID set you create and that is what FBSD will see. That is one of the reasons I like hardware RAID vs software RAID is the OS doesn't even know about it, it is just a drive to the OS. Steve Barnette