From owner-freebsd-current@FreeBSD.ORG Sun Apr 25 03:17:12 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 DC0CF1065673 for ; Sun, 25 Apr 2010 03:17:12 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id B7C8F8FC12 for ; Sun, 25 Apr 2010 03:17:12 +0000 (UTC) Received: from [192.168.221.2] (remotevpn [192.168.221.2]) by ns1.feral.com (8.14.3/8.14.3) with ESMTP id o3P3HAnD014969; Sat, 24 Apr 2010 20:17:11 -0700 (PDT) (envelope-from mj@feral.com) Message-ID: <4BD3B433.2080009@feral.com> Date: Sat, 24 Apr 2010 20:17:07 -0700 From: Matthew Jacob Organization: Feral Software User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Jeff Roberson References: r2x7d6fde3d1004210606o25fdf542j42cb5fdef75991e2@mail.gmail.com <4BD35437.2060208@lissyara.su> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-4.2.3 (ns1.feral.com [192.168.221.1]); Sat, 24 Apr 2010 20:17:12 -0700 (PDT) Cc: Alex Keda , freebsd-current@freebsd.org Subject: Re: HEADS UP: SUJ Going in to head today 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: Sun, 25 Apr 2010 03:17:12 -0000 Jeff Roberson wrote: > On Sun, 25 Apr 2010, Alex Keda wrote: > >> try in single user mode: >> >> tunefs -j enable / >> tunefs: Insuffient free space for the journal >> tunefs: soft updates journaling can not be enabled >> >> tunefs -j enable /dev/ad0s2a >> tunefs: Insuffient free space for the journal >> tunefs: soft updates journaling can not be enabled >> tunefs: /dev/ad0s2a: failed to write superblock > > There is a bug that prevents enabling journaling on a mounted > filesystem. So for now you can't enable it on /. I see that you have > a large / volume but in general I would also suggest people not enable > suj on / anyway as it's typically not very large. I only run it on my > /usr and /home filesystems. > > I will send a mail out when I figure out why tunefs can't enable suj > on / while it is mounted read-only. > > Thanks, > Jeff One of the attractions for suj would be for appliancized FreeBSD which now has to set 'fsck -y' for power fail/resets- and this means root as well.