From owner-freebsd-fs@FreeBSD.ORG Wed May 19 13:39:42 2010 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 B503E1065676 for ; Wed, 19 May 2010 13:39:42 +0000 (UTC) (envelope-from freebsd-fs@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id F35628FC18 for ; Wed, 19 May 2010 13:39:41 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OEjUp-0002JB-K2 for freebsd-fs@freebsd.org; Wed, 19 May 2010 15:39:39 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 May 2010 15:39:39 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 May 2010 15:39:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-fs@freebsd.org connect(): No such file or directory From: Ivan Voras Date: Wed, 19 May 2010 15:39:31 +0200 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100518 Thunderbird/3.0.4 In-Reply-To: X-Enigmail-Version: 1.0.1 Subject: Re: UFS Journaling gone south 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, 19 May 2010 13:39:42 -0000 On 05/19/10 15:04, Mike Barnard wrote: > Am I on the wrong mailing list with this question... should I bump it over > to another... if so, which one, freebsd-geom? You have written too much and done too much for anyone to correctly follow. I suggest you start over: 1. Destroy all your data & journal partitions/slices/devices. Be sure all metadata is also destroyed. 2. Configure /boot/loader.conf to load gjournal 3. Use gjournal "-h" switch when creating gjournal devices 4. Use newfs "-J" switch when creating file systems on the gjournal devices 5. Use "async" mount option when mounting those file systems Or, if fsck times are your main concern, wait for UFS+SUJ to be MFC-ed (which should happen before 8.2, maybe earlier).