From owner-freebsd-current@FreeBSD.ORG Tue Dec 27 22:36:38 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1F3A106566C for ; Tue, 27 Dec 2011 22:36:38 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (75-101-96-57.dsl.static.sonic.net [75.101.96.57]) by mx1.freebsd.org (Postfix) with SMTP id 9433F8FC13 for ; Tue, 27 Dec 2011 22:36:38 +0000 (UTC) Received: (qmail 74731 invoked by uid 1001); 27 Dec 2011 22:37:02 -0000 Date: Tue, 27 Dec 2011 14:37:02 -0759 From: David Thiel To: Xin LI Message-ID: <20111227223638.GK45484@redundancy.redundancy.org> References: <20111227215330.GI45484@redundancy.redundancy.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg X-Face: %H~{$1~NOw1y#%mM6{|4:/ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 22:36:38 -0000 On Tue, Dec 27, 2011 at 02:29:03PM -0800, Xin LI wrote: > I'm not sure if your experiments are right here, the second log shows > you're running it read-only, which is likely caused by running it on > live file system. Yes, this most recent instance is me running it on a live FS, because I'm using that machine to type this right now. :) However, I've had the issues fixed in single-user on other systems and had the problems go away. At least for a bit. > - use journalled fsck; > - use normal fsck to check if the journalled fsck did the right thing. When you say "use journalled fsck", what's the proper way to initiate that? I don't see any journal-related options in the man page.