From owner-freebsd-current@FreeBSD.ORG Sun Oct 9 20:01:43 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDDB416A41F for ; Sun, 9 Oct 2005 20:01:43 +0000 (GMT) (envelope-from thomas@FreeBSD.ORG) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [82.225.155.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA83943D48 for ; Sun, 9 Oct 2005 20:01:42 +0000 (GMT) (envelope-from thomas@FreeBSD.ORG) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id DC88B2C43D; Sun, 9 Oct 2005 22:01:41 +0200 (CEST) Date: Sun, 9 Oct 2005 22:01:41 +0200 From: Thomas Quinot To: freebsd-current@freebsd.org Message-ID: <20051009200141.GA85570@melusine.cuivre.fr.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.8i Subject: 6.0-BETA5: Sees only first ATA RAID volume X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 20:01:44 -0000 Hi *, Doing some experiments on a Dell Precision 380 with ICH7 (Intel MatrixRAID) SATA RAID controller. There are three 160 Gb SATA disks in the machine. In the BIOS, I configured two RAID volumes: * one mirror (RAID1) with a capacity of 110 Gb, involving the first two disks (leaving 50 Gb of free space on each disk); * one striped (RAID0) using the remainder of the space of each of the first two disks. (the 3rd disk is completely outside of the RAID system). When booting up, I see the three physical disks as ad4, ad6, and ad8, buth only the first RAID volume as ar0 (with a disk size that looks like the expected 110 Gb) - I do not see any ar1 striped volume. Is this a bug? A known limitation? Anything specific I need to set up? Thanks! Thomas.