From owner-freebsd-questions@FreeBSD.ORG Sat Dec 22 18:53:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0995416A419 for ; Sat, 22 Dec 2007 18:53:41 +0000 (UTC) (envelope-from fbsd06+RN=e7515fa4@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id EA11413C457 for ; Sat, 22 Dec 2007 18:53:40 +0000 (UTC) (envelope-from fbsd06+RN=e7515fa4@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 0F26C164350 for ; Sat, 22 Dec 2007 13:22:17 -0500 (EST) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 179B5D0501 for ; Sat, 22 Dec 2007 13:22:10 -0500 (EST) Date: Sat, 22 Dec 2007 18:22:00 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071222182200.6e43f1c5@gumby.homeunix.com.> In-Reply-To: <476CE1E1.90800@FreeBSD.org> References: <476CE1E1.90800@FreeBSD.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: How to install with journaled /? 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: Sat, 22 Dec 2007 18:53:41 -0000 On Sat, 22 Dec 2007 11:07:29 +0100 Gabor Kovesdan wrote: > Hello, > > my problem is that I cannot really turn on gjournal for existing > filesystems, just only if the journal is placed onto another > partition. So, how can I make a journaled root filesystem? Is there any particular need to do this? Typically, nothing much is written to the root partition, and it's too small for a normal fsck to take any significant time.