From owner-freebsd-geom@FreeBSD.ORG Tue Apr 5 02:21:33 2005 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E57B16A4CE for ; Tue, 5 Apr 2005 02:21:33 +0000 (GMT) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8A843D1D for ; Tue, 5 Apr 2005 02:21:32 +0000 (GMT) (envelope-from christian.caron@videotron.ca) Received: from [24.200.155.207] by VL-MO-MR007.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0IEG00BXMBVVP6@VL-MO-MR007.ip.videotron.ca> for freebsd-geom@freebsd.org; Mon, 04 Apr 2005 22:21:32 -0400 (EDT) Date: Mon, 04 Apr 2005 22:21:37 -0400 From: Christian Caron In-reply-to: <4250F778.3040903@zvala.cz> To: Tomas Zvala , freebsd-geom@freebsd.org Message-id: <4251F631.3050707@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 8BIT X-Accept-Language: fr, en User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) References: <4250A400.50200@videotron.ca> <4250F778.3040903@zvala.cz> Subject: Re: mirroring two data disks (no system files on them) X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 02:21:33 -0000 Tomas Zvala a écrit : > did /dev/ad3s1 contain filesystem already? did you do newfs > /dev/mirror/gm0s1 ? what does it mean "dies"? what does it say? Ok... man newfs shed some light on how to prepare a new disk... newfs -U /dev/mirror/gm0s1 mkdir /mirror mount /dev/mirror/gm0s1 /mirror did the trick. It boots ok and it seems to work (gmirror list does return something, although it says "DIRTY" which doesn't sound excellent...). I'll read the manual. Thanks! Christian