From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 22:49:29 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 C28E3106566B for ; Thu, 18 Aug 2011 22:49:29 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 566C08FC0A for ; Thu, 18 Aug 2011 22:49:28 +0000 (UTC) Received: by fxe4 with SMTP id 4so2126929fxe.13 for ; Thu, 18 Aug 2011 15:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=av87pNdVmbbOjb7MpovvVwn/eahTveephE4AszuTaP8=; b=p++REyTEGH6wmQTflhY9329NCrQRRGvETUI4g1SS1iqwyZQkHE3hxwCqY/V0qDaDfo gMHzwY87U0LjoEiJBECIG9/XP3LnHw3Z3zrgOydu4nQxAppvVL2uvlblnWoHQueT1Tfn +7YZjrmSdANzDJl0lWEViIC6bIiSHLFdEG2fA= MIME-Version: 1.0 Received: by 10.223.89.2 with SMTP id c2mr1818791fam.50.1313707766915; Thu, 18 Aug 2011 15:49:26 -0700 (PDT) Received: by 10.223.120.72 with HTTP; Thu, 18 Aug 2011 15:49:26 -0700 (PDT) In-Reply-To: <20110818174341.65a0859b@cox.net> References: <20110818174341.65a0859b@cox.net> Date: Thu, 18 Aug 2011 17:49:26 -0500 Message-ID: From: Adam Vande More To: "Conrad J. Sabatier" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Thu, 18 Aug 2011 22:49:29 -0000 On Thu, Aug 18, 2011 at 5:43 PM, Conrad J. Sabatier wrote: > Is there any way to enable gjournal on an already existing filesystem > without destroying it? > You can't really(it can be done but requires exception circumstance). If you didn't take these steps during initial install you're best off starting from scratch. These is a guide on how to use sysinstall to create a system gjournaled from the start: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/gjournal-desktop/ > > I'm assuming there are definite advantages to using gjournal over > softupdates? > There are some positives and negatives to it. It's importance is decreasing in FreeBSD 9 as SU+J will be possible. -- Adam Vande More