From owner-freebsd-questions@FreeBSD.ORG Wed Sep 5 16:10:47 2007 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 48F5416A417 for ; Wed, 5 Sep 2007 16:10:47 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id EBCF713C457 for ; Wed, 5 Sep 2007 16:10:46 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id B21F81425B7; Wed, 5 Sep 2007 19:03:50 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id DFFE514261C for ; Wed, 5 Sep 2007 19:03:47 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Wed, 5 Sep 2007 19:02:11 +0300 User-Agent: KMail/1.9.1 X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709051902.11389.nvass@teledomenet.gr> Subject: installing on gjournal 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: Wed, 05 Sep 2007 16:10:47 -0000 Hello, I just said to ask for thoughts the community about the above subject, after having waisted two hours trying to install 7-CURRENT... Do you know a relatively easy way to install a new system with gjournal? What I am seeing is: GEOM_JOURNAL: Journal $JournalID: ad0s2a contains data. GEOM_JOURNAL: Journal $JournalID: ad0s2d contains journal. Trying to mount root from ufs:/dev/ad0s2a.journal Then I get to the famous mountroot kernel prompt... /dev/ad0s2a is also not accessible anymore, which makes perfect sence, since gjournal has locked it. I also did tunefs -J enable /dev/ad0s2a.journal. What I never did is adding -J to newfs opts during installation(sysinstall). Where am I doing wrong? Thanks in advance. Nikos