From owner-freebsd-stable@FreeBSD.ORG Wed Dec 9 11:02:34 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5A311065692 for ; Wed, 9 Dec 2009 11:02:34 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 432918FC08 for ; Wed, 9 Dec 2009 11:02:33 +0000 (UTC) Received: by bwz5 with SMTP id 5so5158518bwz.3 for ; Wed, 09 Dec 2009 03:02:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=hzqdi4kR3Hu2m6kdLr571GwTpesUI7J5qsOi3ySIXlE=; b=F5UUrIbehJb+jon+1H1L+Z3TGmhHEl4EV68Q/POdmM9bDAXWBsM56FP49WL1wGX7SQ MhXuiVA9+DYcXIMM0byYgBKiDD/GZwCOKD2QCKB5+69Gk7jyGVEDCUjMvO/v5Gj3hSjf EfkG9siN9qYvB7nP28WJUhIOW13khBAGDaIXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=LPHRZHDJmURohZlKpDfBqc5l6TfeoHD1bBobrlUKAlv7Bl6Zh0COzqdUYZ/OshodxY TkxOPK3qBESYsYArs9CTUSnAdLU0gs+XVJQ7pJBeU59KrdkPpyPgI/EIwFbaMOxCfBVU VZQSVJ9J2o0k5ZnPxt5AT4Dj3BASUZOrHeoQw= Received: by 10.204.8.4 with SMTP id f4mr4238955bkf.185.1260356553084; Wed, 09 Dec 2009 03:02:33 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 16sm2681409fxm.4.2009.12.09.03.02.32 (version=SSLv3 cipher=RC4-MD5); Wed, 09 Dec 2009 03:02:32 -0800 (PST) Sender: Alexander Motin Message-ID: <4B1F83C6.4050301@FreeBSD.org> Date: Wed, 09 Dec 2009 13:02:30 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20090901) MIME-Version: 1.0 To: Ivan Kudryashov References: <1260354183.00192304.1260343803@10.7.7.3> In-Reply-To: <1260354183.00192304.1260343803@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: STLab A-410 SATAII 300 RAID PCI-E & FreeBSD 8-RELEASE 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: Wed, 09 Dec 2009 11:02:34 -0000 Ivan Kudryashov wrote: > Hello! > When I install FreeBSD8-RELEASE on STLab A-410 on RAID1 mode , the > installer sees both HDD. Is this normal? That RAID is 100% software, that's why both drives are still accessible. FreeBSD ataraid driver also doesn't hide original drives, just provides additional "arX" device for use. I would recommend you to read about gmirror, before you get used to that not-very-RAID. -- Alexander Motin