From owner-freebsd-geom@FreeBSD.ORG Wed Mar 7 09:11:54 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 011D116A401 for ; Wed, 7 Mar 2007 09:11:54 +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 B17F913C474 for ; Wed, 7 Mar 2007 09:11:53 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from pc195.host2.ida.starman.ee ([62.65.241.195] helo=[192.168.2.99]) by a5.virtuaal.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HOsBW-0005mX-6X for freebsd-geom@freebsd.org; Wed, 07 Mar 2007 11:11:46 +0200 From: Andrei Kolu To: freebsd-geom@freebsd.org Date: Wed, 7 Mar 2007 11:11:42 +0200 User-Agent: KMail/1.9.5 References: <20070120073117.GB60202@x12.dk> <20070305175619.GC1162@garage.freebsd.pl> <200703061251.58279.antik@bsd.ee> In-Reply-To: <200703061251.58279.antik@bsd.ee> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703071111.42440.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: Re: 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: Wed, 07 Mar 2007 09:11:54 -0000 On Tuesday 06 March 2007 12:51, Andrei Kolu wrote: > 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? _______________________________________________ I have geom_journal_load="YES" in /boot/loader.conf already but it won't load module on boot up. It gave me an error: -------------------------------------------------------------------------- fsck: exec fsck_ufs, async for /dev/ad0s3.journal in /sbin:/usr/sbin: No such file or firectory THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: ufs,async:/dev/ad0s3.journal (/jail) Unknown error: help! -------------------------------------------------------------------------- I can enable gjournal with command: "gjournal load" and mount filesystem after that. What's wrong?