From owner-freebsd-questions@FreeBSD.ORG Mon Apr 9 22:13:38 2012 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 6EB6C10656A3 for ; Mon, 9 Apr 2012 22:13:38 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 22C608FC08 for ; Mon, 9 Apr 2012 22:13:38 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 5574A5C22 for ; Tue, 10 Apr 2012 08:27:14 +1000 (EST) Message-ID: <4F835F10.4000207@herveybayaustralia.com.au> Date: Tue, 10 Apr 2012 08:13:36 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20120409180730.08dfe9bb@dijkstra.cruwe.de> In-Reply-To: <20120409180730.08dfe9bb@dijkstra.cruwe.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: zpool creation on geli failed with FreeBSD-9.0 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: Mon, 09 Apr 2012 22:13:38 -0000 On 04/10/12 02:07, Christopher J. Ruwe wrote: > I was trying to install FreeBSD 9.0 using a geli encrypted disk and > ZFS on my ThinkPad R500 this weekend. I failed. > > Having sucessfully initialized the geli part and having attached the > provider, my attempt to create a zpool on the geli section thus > > $> zpool create ntank /dev/ada0p2.eli > > failed with the message > > Cannot create 'ntank': invalid argument for this pool operation. > > I could not convince the system to create the zpool on the geli part, so > I gave up and created the zpool on the unencrypted partition instead to > have a working machine for the week. I would, however, like to have my > data on an encrypted partition though. Has anyone witnessed and resolved > this issue or does anyone have other ideas? Someone using ZFS will be able to verify this, but from my understanding ZFS runs on the hardware and you can *possibly* put geli on top of ZFS. You can put geom on ZFS but not the other way around. HTH