From owner-freebsd-current@FreeBSD.ORG Mon May 31 09:08:53 2010 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 69C5F10657CE for ; Mon, 31 May 2010 09:08:53 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id D4AEB8FC1C for ; Mon, 31 May 2010 09:08:52 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OJ0zL-0000Yk-QZ for freebsd-current@freebsd.org; Mon, 31 May 2010 11:08:51 +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 ; Mon, 31 May 2010 11:08:51 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 May 2010 11:08:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org connect(): No such file or directory From: Ivan Voras Date: Mon, 31 May 2010 11:08:48 +0200 Lines: 22 Message-ID: References: <20100531002417.R96912@maildrop.int.zabbadoz.net> 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: <20100531002417.R96912@maildrop.int.zabbadoz.net> X-Enigmail-Version: 1.0.1 Subject: Re: SUJ and "mount" reporting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2010 09:08:53 -0000 On 05/31/10 02:25, Bjoern A. Zeeb wrote: > On Mon, 31 May 2010, Ivan Voras wrote: > >> Shouldn't SU+J be visible in the output of "mount" somehow? I've just >> enabled it on a root file system of a machine and while tunefs and >> dumpfs report both soft-updates and SUJ are enabled (after reboot), >> the "mount" command only shows "soft-updates". Alternative question: >> how to verify is it active on a live file system? >> >> (running CURRENT from a few hours ago, kernel&world synced) > > As previously stated - this is a hack to do what I think you are > asking for: > http://people.freebsd.org/~bz/20100309-03-mount.diff Yes, this looks like it... > Using tunefs, etc. for now would be better. I did use tunefs, as I've said, but I'm concerned what would happen (if it can - stale kernel?) if the superblock that tunefs reads from the disk and the kernel state are different.