From owner-freebsd-fs@FreeBSD.ORG Wed Mar 7 14:14:31 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C31C710656A5 for ; Wed, 7 Mar 2012 14:14:31 +0000 (UTC) (envelope-from davide.damico@contactlab.com) Received: from mail2.shared.smtp.contactlab.it (mail2.shared.smtp.contactlab.it [93.94.37.7]) by mx1.freebsd.org (Postfix) with ESMTP id 240BC8FC1C for ; Wed, 7 Mar 2012 14:14:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; d=contactlab.com; s=s768; c=relaxed/relaxed; q=dns/txt; i=@contactlab.com; t=1331129662; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=2bewcdvVug3OkeKxJhUEZJR2Dd0=; b=UFDzKdNyYFmpXr9V2Kjf/pZxevi3IoGonKppj7TUbLBaJscccZ/kWW8sWp4GnTCy oHdz3WqFcqVGN7B5wla4ml50jFkLzNayAjjuuAo0TxR9loiyhQqfVQxWVP9OY8iv; Received: from [213.92.90.12] ([213.92.90.12:54145] helo=mail3.tomato.it) by t.contactlab.it (envelope-from ) (ecelerity 3.2.3.43244 r(43244)) with ESMTP id 2B/53-28515-E3D675F4; Wed, 07 Mar 2012 15:14:22 +0100 Received: from mx3-master.housing.tomato.lan ([172.16.7.55]) by mail3.tomato.it with smtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1S5HdG-000O9r-8W for freebsd-fs@freebsd.org; Wed, 07 Mar 2012 15:14:22 +0100 Received: (qmail 92865 invoked by uid 89); 7 Mar 2012 14:14:22 -0000 Received: from fast.tomato.it (HELO davepro.local) (62.101.64.91) by mx3-master.housing.tomato.lan with SMTP; 7 Mar 2012 14:14:22 -0000 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-fs@freebsd.org Date: Wed, 07 Mar 2012 15:14:21 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Davide D'Amico" Organization: ContactLab Message-ID: User-Agent: Opera Mail/11.61 (MacIntel) Subject: FreeBSD 9 and gmirror /geom raid X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2012 14:14:31 -0000 Hi, I have a server DELL R210 with two sata drives: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-8 SATA 2.x device ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 238418MB (488281250 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA-8 SATA 2.x device ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 238418MB (488281250 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad6 Previously (8.x) - when I didn't use a hw raid - I used to install freebsd in a drive (i.e. ad4), boot from it and then: # sysctl kern.geom.debugflags=16 # gmirror label -v -b round-robin data ad4 # gmirror insert data ad6 // Modification to /etc/fstab // reboot How could accomplish to the same task with 9.0-RELEASE? Thanks, -- d.