From owner-freebsd-geom@FreeBSD.ORG Tue Mar 6 10:52:06 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B66D216A400 for ; Tue, 6 Mar 2007 10:52:04 +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 612A813C428 for ; Tue, 6 Mar 2007 10:52:04 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from pc142.host2.ida.starman.ee ([62.65.241.142] helo=[192.168.2.100]) by a5.virtuaal.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HOXGz-0005eE-1d for freebsd-geom@freebsd.org; Tue, 06 Mar 2007 12:52:01 +0200 From: Andrei Kolu To: freebsd-geom@freebsd.org Date: Tue, 6 Mar 2007 12:51:58 +0200 User-Agent: KMail/1.9.5 References: <20070120073117.GB60202@x12.dk> <200703051952.12024.antik@bsd.ee> <20070305175619.GC1162@garage.freebsd.pl> In-Reply-To: <20070305175619.GC1162@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703061251.58279.antik@bsd.ee> X-Virtuaalcom-MailScanner-Information: Please contact the ISP for more information X-Virtuaalcom-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Virtuaalcom-MailScanner-SpamCheck: X-Virtuaalcom-MailScanner-From: antik@bsd.ee X-Spam-Status: No 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 - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee X-Source: X-Source-Args: X-Source-Dir: Subject: problem initialising gjournaling on boot time 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, 06 Mar 2007 10:52:07 -0000 Hi all! Built kernel with "options UFS_GJOURNAL" but unable to mount any /dev/adX.journal filesystem from fstab. I can mount gjournal filesystems only after running command "gjournal load". How to enable it on boot?