From owner-freebsd-geom@FreeBSD.ORG Tue Oct 24 18:51:02 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAA4D16A4CE for ; Tue, 24 Oct 2006 18:51:02 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from a5.virtuaal.com (a5.virtuaal.com [195.222.15.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22C443D72 for ; Tue, 24 Oct 2006 18:50:59 +0000 (GMT) (envelope-from antik@bsd.ee) Received: from pc134.host2.ida.starman.ee ([62.65.241.134] helo=[192.168.2.100]) by a5.virtuaal.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.52) id 1GcRMX-0003nL-3E for freebsd-geom@freebsd.org; Tue, 24 Oct 2006 21:50:57 +0300 From: Andrei Kolu To: freebsd-geom@freebsd.org Date: Tue, 24 Oct 2006 21:50:54 +0300 User-Agent: KMail/1.9.4 References: <20061024152308.GG75746@garage.freebsd.pl> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610242150.54923.antik@bsd.ee> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a5.virtuaal.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Updated gjournal patches [20061024]. X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 18:51:02 -0000 On Tuesday 24 October 2006 7:39 pm, Ivan Voras wrote: > Pawel Jakub Dawidek wrote: > > Those patches mostly contain build fixes for gconcat and gstripe. Kernel and world installed just fine, now I have questions: I made some time ago gjournaling filesystem on partition /dev/ad0s3, labeled it, then made ufs filesystem- it worked just great. Later I reformatted this disk to FAT32 filesystem and now I am unable to mount it with gjournal enabled kernel- works fine with "plain" FreeBSD kernel (PC-BSD actually with some config changes). # gjournal label /dev/ad0s3 How can I dejournal this partition and mount it as normal again? Hmm, just changed fstab: /dev/ad0s3.journal /mnt/ad0s3 auto rw,noauto 0 0 Now I can mount it but only as journaled one.... Can I benefit from journaling with other filesystems other than UFS2 right now? Andrei Kolu PC-BSD Quality manager