From owner-freebsd-questions@FreeBSD.ORG Mon Jul 13 04:37:45 2009 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 04B611065670 for ; Mon, 13 Jul 2009 04:37:45 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id AFAD98FC1A for ; Mon, 13 Jul 2009 04:37:44 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: by yxe11 with SMTP id 11so3812214yxe.3 for ; Sun, 12 Jul 2009 21:37:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=miRpeeaY1k3g83H6M4L/VEn6ISqTTmYtWJ5OZfMQzwY=; b=V/9Nj9MQlHO+qeMguGx4FtzAasPKi467zdWfOx1USfrTo4XMoAFAfSzCO8YjVEltJb LjFCgcw/KUBh0/WksdM1wBNZfgl2m6rXgK0Ku54yggenwQ7NytfJY/W8S8+SIaj/wZ+9 grZ6Wo/lIx6BmRIWtaGu8VwfjtKFqhU9wsGFY= 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=UIT7Y+prhEZ8NN3EhWyW2rhAoh7D3VbJma1eSGu90g3haoxuvZrtDUrf+sX33vqyKJ kbftBosF2Qpdt15QzGJud8Oe8KRaHCyosAK9lBa/t1DlEhpvIOLHDe5or7UB7381ec6I pjaBzlM/OqPklXrjU3fjf01niMOCcr/+bb6Ds= MIME-Version: 1.0 Received: by 10.100.143.17 with SMTP id q17mr6454311and.114.1247458199966; Sun, 12 Jul 2009 21:09:59 -0700 (PDT) In-Reply-To: <4A57E38B.5050108@mykitchentable.net> References: <4A57E38B.5050108@mykitchentable.net> Date: Sun, 12 Jul 2009 23:09:59 -0500 Message-ID: <970380130907122109g4e160373m37259a3c40d48373@mail.gmail.com> From: Jason Garrett To: Drew Tomlinson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Attempting ZFS Only Install of 7.2 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, 13 Jul 2009 04:37:45 -0000 >snip I see you tried the zpool import and export, but did you perform `mkdir /boot/zfs` directly before `zpool export tank && zpool import tank` ? I just have to ask because I did not see that specified, and you mention not being able to find zpool.cache. /boot/zfs is where zpool.cache hides out.