From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 18:48:37 2011 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 4A4EF106564A for ; Fri, 19 Aug 2011 18:48:37 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA538FC0A for ; Fri, 19 Aug 2011 18:48:36 +0000 (UTC) Received: from baby-jane.lamaiziere.net (12.176.97.84.rev.sfr.net [84.97.176.12]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 10E3CFAA2DD3; Fri, 19 Aug 2011 20:48:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 3BC30735BB; Fri, 19 Aug 2011 20:48:34 +0200 (CEST) Date: Fri, 19 Aug 2011 20:48:33 +0200 From: Patrick Lamaiziere To: Alejandro Imass Message-ID: <20110819204833.3560b59c@davenulle.org> In-Reply-To: References: <20110818174341.65a0859b@cox.net> <20110819193027.7ed38af0@davenulle.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Enabling gjournal without destroying a filesystem? 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: Fri, 19 Aug 2011 18:48:37 -0000 Le Fri, 19 Aug 2011 14:18:26 -0400, Alejandro Imass a écrit : hello, > >> I'm assuming there are definite advantages to using gjournal over > >> softupdates? > > > > http://www.usenix.org/event/usenix2000/general/seltzer.html gjournal can improve the performances in some cases (small files) : http://osdir.com/ml/freebsd-geom/2006-06/msg00013.html Anyway there was no other way to avoid a long fsck (until SU+Journal in 9.0). Regards.