From owner-freebsd-questions@FreeBSD.ORG Sun Apr 27 17:21:44 2008 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 19F70106564A; Sun, 27 Apr 2008 17:21:44 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id 785258FC1A; Sun, 27 Apr 2008 17:21:42 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from [192.168.0.1] (athedsl-316501.home.otenet.gr [85.72.91.243]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m3RHLeAI019223; Sun, 27 Apr 2008 20:21:40 +0300 Message-ID: <4814B628.7090307@otenet.gr> Date: Sun, 27 Apr 2008 20:21:44 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: freebsd-doc@freebsd.org, "freebsd-questions@freebsd.org" References: <4810BCC4.9090401@otenet.gr> In-Reply-To: <4810BCC4.9090401@otenet.gr> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Article on implementing UFS journaling on desktop PCs (updated) 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: Sun, 27 Apr 2008 17:21:44 -0000 I have just updated my recent article on journaling for desktops: http://store.itsyourftp.com/~sonic2000gr/freebsd/gjournal-desktop/article.html Main differences: - The abstract is somewhat shorter - Separate providers for journal and data are needed only when the partition to be journaled is not empty. This is now clarified in the "Understanding journaling" section. - A new section "Journaling new partitions" was added (explains how to use a single provider for data / journal on an empty/new partition and how to set the size of the journal) - A "further reading" section was added with a few links related to journaling. - Various other small fixes in content / markup. Please review this new revision and send me your comments. Thanks Manolis