From owner-freebsd-current@FreeBSD.ORG Mon May 30 22:21:50 2011 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 D53781065670 for ; Mon, 30 May 2011 22:21:50 +0000 (UTC) (envelope-from gkontos.mail@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 97A548FC14 for ; Mon, 30 May 2011 22:21:50 +0000 (UTC) Received: by iwn33 with SMTP id 33so4800334iwn.13 for ; Mon, 30 May 2011 15:21:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=XoyfEbhrCDAFPwJFzKM4/qtNGf8UDmHtjer7F4p54YU=; b=gn8QIf7wqHBSxRbfVbf6YFqrjbfnb8zNW5Av6JA8RO6TjELSEbVmosc5XriGgstzJV Fct5TN+JK+hzz0r+Ll8PzaDv91XmAm+eUDxlmrnR1dcmhMsi3nsFNbD8gXI71OTipTvk 0CPaDlXh9ujvJH8dOR1UbNxcv1JgIgIuQ52dY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=VeJnjOA14y/XUiD8b/hptL4O09X3izW6jpr0fUq94+BhV06teKPBX/1QtkCA2VCdGv 3EEXSmHExC9TNt/pNHao5LQ7IorWhNNe40fUtGqWifaeUB1JLL3+mqQbnHOtD0D5PmUt DdfbJxCiq2Aq49NttjtZm1tHyE4JuzYS7NOMU= MIME-Version: 1.0 Received: by 10.42.130.72 with SMTP id u8mr10259050ics.379.1306794109701; Mon, 30 May 2011 15:21:49 -0700 (PDT) Received: by 10.231.215.42 with HTTP; Mon, 30 May 2011 15:21:49 -0700 (PDT) In-Reply-To: <868vtnub8s.fsf@gmail.com> References: <20110529040800.GA44286@sysmon.tcworks.net> <4DE1EDD8.5050003@FreeBSD.org> <3E1EB5E79BD1A6B775EB8387@mac-pro.magehandbook.com> <4DE3B72F.8030203@digsys.bg> <868vtnub8s.fsf@gmail.com> Date: Tue, 31 May 2011 01:21:49 +0300 Message-ID: From: George Kontostanos To: Pan Tsu , Daniel Staal Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-Current Subject: Re: ZFS install from -CURRENT snapshot 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, 30 May 2011 22:21:51 -0000 Bingo! That did it. I will update the guide soon. @Daniel my apologies it seems that another typo is preventing you from booting. You have to set the bootfs in the pool. zpool set bootfs=zroot zroot On Tue, May 31, 2011 at 12:30 AM, Pan Tsu wrote: > George Kontostanos writes: > > > *zpool import -c /tmp/zpool.cache zroot > > can not import /tmp/zpool.cache no such pool available > > Try modifying pool's property: > > $ zpool import -o cachefile=/tmp/zpool.cache zroot > > > Well, it seems that -c switch is for specifying where to read from and > not > > where to write. I haven't been able to import the pool and find a way to > > store zpool.cache in a diffrent place other than /boot/zfs > -- George Kontostanos aisecure.net