From owner-freebsd-current@FreeBSD.ORG Mon Jan 9 02:46:13 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73C06106566C for ; Mon, 9 Jan 2012 02:46:13 +0000 (UTC) (envelope-from public@macfreek.nl) Received: from aphrodite.kinkhorst.nl (aphrodite.kinkhorst.nl [IPv6:2001:888:214f::f4]) by mx1.freebsd.org (Postfix) with ESMTP id F2A208FC14 for ; Mon, 9 Jan 2012 02:46:12 +0000 (UTC) Received: from lampje.macfreek.nl (lampje.macfreek.nl [145.99.1.74]) by aphrodite.kinkhorst.nl (Postfix) with ESMTPSA id 9AEBC176106; Mon, 9 Jan 2012 03:46:10 +0100 (CET) Message-ID: <4F0A54EF.9010908@macfreek.nl> Date: Mon, 09 Jan 2012 03:46:07 +0100 From: Freek Dijkstra User-Agent: Postbox 2.1.4 (Macintosh/20110308) MIME-Version: 1.0 To: Garrett Cooper , freebsd-current@freebsd.org References: <4F07B4B1.6070101@macfreek.nl> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: ZFS fails with bsdinstaller 9.0RC3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2012 02:46:13 -0000 Garrett Cooper wrote: >> I just tried to install FreeBSD 9.0RC3 with a ZFS-only file system. I >> succeeded by doing a manual install. The bsdinstaller failed: it would >> write not write the new filesystem to /mnt as expected (I presume it has >> overwritten the memstick filesystem at /). I'm relative new to FreeBSD, >> so I'm trying to understand what I did wrong, or if this is quirk in the >> bsdinstaller (unlikely). > Uh, memory serves me correctly, you were in the zfs root... /me slaps head. I just never thought of that possibility.... Thanks for your insight! (off-topic) Could I have exited the /mnt jail with exit? I needed to run # zfs set mountpoint=/ zroot but got internal error: failed to initialize ZFS library which indeed is what happens in a chrooted jail. Would there have been another way for me to run the zfs? Regards, Freek PS: sorry for the delayed "thank you". I was mostly away from my keyboard this weekend.