From owner-freebsd-fs@FreeBSD.ORG Tue Jun 3 09:33:28 2008 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 47DC51065671 for ; Tue, 3 Jun 2008 09:33:28 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id 046C88FC1E for ; Tue, 3 Jun 2008 09:33:28 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id AB62719E023; Tue, 3 Jun 2008 11:18:14 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2E7DF19E019; Tue, 3 Jun 2008 11:18:12 +0200 (CEST) Message-ID: <48450C67.7080907@quip.cz> Date: Tue, 03 Jun 2008 11:18:31 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: freebsd-fs@mindstep.com References: <4844F171.3000801@mindstep.com> In-Reply-To: <4844F171.3000801@mindstep.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: Booting a disk with gmirror and gjournal 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: Tue, 03 Jun 2008 09:33:28 -0000 Patrick Bihan-Faou wrote: > Hi, > > I am trying to setup a system with one gjournal'ed partition mirrored on > two disks using FreeBSD 6.3, and it does not work... > > Here is what I have routinely done so far: > > one partition, no journal, mirrored disks => I can have a working system. > one partition, no mirror, journal => everything is ok > > but as soon as I try combine both gjournal and gmirror, I get stuck: > once the system boots I get stuck at the F1 prompt and things do go any > further. > > > Could anybody help me with this ? Can you discribe it more closely? Do you want to have 2 physical disks in gmirror with only 1 slice covering whole disk with only 1 partition (gjournaled) used as root (/) of your system? Miroslav Lachman