From owner-freebsd-geom@FreeBSD.ORG Thu Sep 6 10:01:11 2007 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F54316A41B for ; Thu, 6 Sep 2007 10:01:11 +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 36B7913C457 for ; Thu, 6 Sep 2007 10:01:10 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 926BD14215C; Thu, 6 Sep 2007 13:00:59 +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=-1.2 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 1A41514218C; Thu, 6 Sep 2007 13:00:56 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-geom@freebsd.org Date: Thu, 6 Sep 2007 12:59:16 +0300 User-Agent: KMail/1.9.1 References: <200709061043.36457.nvass@teledomenet.gr> In-Reply-To: X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709061259.16961.nvass@teledomenet.gr> Cc: Ivan Voras Subject: Re: installing on gjournal 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: Thu, 06 Sep 2007 10:01:11 -0000 On Thursday 06 September 2007 12:23, Ivan Voras wrote: > Nikos Vassiliadis wrote: > > Where am I doing wrong? > > Why to you need gjournal on the root partition? Do you have lots of IO > (writing, mostly) on it? hm, due to limited space(24GB), I have decided to keep everything in a single partition. On the other hand giving 1GB to / and keeping the rest for /usr, would not make much of a difference... But, anyway, is there a relatively easy way to install on gjournal? Whatever that is, including rootfs or not. Anything, except dumping and restoring? Nikos