From owner-freebsd-hardware@FreeBSD.ORG Mon Feb 26 10:27:15 2007 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9559916A400 for ; Mon, 26 Feb 2007 10:27:15 +0000 (UTC) (envelope-from msn@paultjuh.org) Received: from pvdl.nl.eu.org (84-245-34-247.dsl.cambrium.nl [84.245.34.247]) by mx1.freebsd.org (Postfix) with ESMTP id 2439613C428 for ; Mon, 26 Feb 2007 10:27:14 +0000 (UTC) (envelope-from msn@paultjuh.org) Received: from 84.245.34.247 ([84.245.34.247]) (authenticated user msn@paultjuh.org) by pvdl.nl.eu.org (pvdl.nl.eu.org [10.0.0.150]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 17-md50000000002.tmp for ; Mon, 26 Feb 2007 11:27:27 +0100 Message-ID: <45E2B60F.9030108@paultjuh.org> Date: Mon, 26 Feb 2007 11:27:27 +0100 From: Paul van der Linden User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-hardware@freebsd.org References: <45E1DA61.8090607@paultjuh.org> <45E2224B.9030605@fluffles.net> In-Reply-To: <45E2224B.9030605@fluffles.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: msn@paultjuh.org X-Spam-Processed: pvdl.nl.eu.org, Mon, 26 Feb 2007 11:27:27 +0100 (not processed: message from valid local sender) X-MDRemoteIP: 84.245.34.247 X-Return-Path: msn@paultjuh.org X-MDaemon-Deliver-To: freebsd-hardware@freebsd.org Subject: Re: Hardware supported? 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: Mon, 26 Feb 2007 10:27:15 -0000 Fluffles wrote: > Onboard RAID does not really exist. The actual RAID is done by drivers; > onboard RAID is actually software RAID with a minor RAID BIOS which can > write metainformation about the array configuration and has BIOS > bootstrap support. This is also called "fake RAID". FreeBSD does support > some fake RAID metainformation though, by reading the metainfo from the > disks and assigning it's own software RAID-mechanism to it. For > information of which metainformation formats are supported, checkout the > ataraid(4) manpage: > http://www.freebsd.org/cgi/man.cgi?query=ataraid&apropos=0&sektion=4&manpath=FreeBSD+6.2-RELEASE&format=html > Thank you, what are the disadvantages of a fake RAID? I was planning to setup my server with raid 1, But will it still boot when 1 harddisk fails?