From owner-freebsd-questions@FreeBSD.ORG Wed Dec 14 00:57:01 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C25CF1065670 for ; Wed, 14 Dec 2011 00:57:01 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0272E8FC16 for ; Wed, 14 Dec 2011 00:57:00 +0000 (UTC) Received: from vhoffman-macbooklocal.local ([10.10.10.20]) (authenticated bits=0) by unsane.co.uk (8.14.4/8.14.4) with ESMTP id pBE0uv46070609 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 14 Dec 2011 00:56:58 GMT (envelope-from vince@unsane.co.uk) Message-ID: <4EE7F457.80000@unsane.co.uk> Date: Wed, 14 Dec 2011 00:56:55 +0000 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Nikos Vassiliadis References: <4EE77667.9060501@unsane.co.uk> <4EE7A8BC.1080402@gmx.com> In-Reply-To: <4EE7A8BC.1080402@gmx.com> X-Enigmail-Version: 1.3.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Disabling geom_journal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 00:57:01 -0000 On 13/12/2011 19:34, Nikos Vassiliadis wrote: > On 12/13/2011 5:59 PM, Vincent Hoffman wrote: >> Hi all, >> I'm sure I have seen this come up before but a google doesnt >> help. I am trying to disable gjournal on a disk so i can move to suj as >> part of moving on to the 9.x series, I have umounted the FS but when i >> try to stop the journal it automatically starts it on the gtpid of the >> device and if i stop that it goes back to the original device name. >> > You don't have to reboot, just set kern.geom.label.gptid.enable to zero, > gjournal stop ada1p2, gjournal clear ada1p2 and re-enable gptid labels. > > HTH, Nikos Thanks Nikos, I assumed it was a boot time only option for some reason. That worked a treat. Vince