From owner-freebsd-questions@FreeBSD.ORG Fri Feb 26 15:26:37 2010 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 EF953106564A for ; Fri, 26 Feb 2010 15:26:37 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id A952C8FC14 for ; Fri, 26 Feb 2010 15:26:37 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nl255-0001P4-Ay for freebsd-questions@freebsd.org; Fri, 26 Feb 2010 16:26:19 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Feb 2010 16:26:19 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Feb 2010 16:26:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Fri, 26 Feb 2010 16:26:02 +0100 Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.5) Gecko/20100118 Thunderbird/3.0 In-Reply-To: Subject: Re: [GJournal+Geli] Quick question before installation 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: Fri, 26 Feb 2010 15:26:38 -0000 On 02/26/10 14:40, Malibu Carl wrote: > Hi list > > I am new to all these features and I am about to install FreeBSD8.0 from a > USB Drive. > > Before I take any further steps, I would like to ask whether is possible to > perform an installation having an encrypted journaled UFS2 filesystem. > > As far as I know, I would say it is possible since gjournal and UFS2 operate > on top of geli. > > Is this correct? Yes, you would have this graph of GEOM classes: DISK - [possibly some partitions or slices] - GELI - GJOURNAL - UFS GJOURNAL and UFS need to be together, other classes are not position sensitive (within reason).