From owner-freebsd-questions@FreeBSD.ORG Thu Jun 23 06:50:01 2011 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 29C1F1065672 for ; Thu, 23 Jun 2011 06:50:01 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id DBE048FC14 for ; Thu, 23 Jun 2011 06:50:00 +0000 (UTC) Received: by iyb11 with SMTP id 11so1846883iyb.13 for ; Wed, 22 Jun 2011 23:50:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=E9Neilr9BYv+1i0Gj+dZmld1RO70ZUWe80xDrSOgmz8=; b=UyE1vXi2DZHMWCnkxonSSb4v9aoPopIQ0oyzvOs6KqfZ4jfGn/go+7UQy1R4z9AItU yelG7JQ9ju4PcFXh48zYbJL7bqH7KntxiV9CtdpdjnVvc2Q7wsJGxR8nca/xS9ILXDSs X8nJpx3r4wpxGYBGk08dWOBGN9l/RHvxkPh4Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=AcObJCgEmOy4MNYN/DoJamSMLTS20e+B+uyllWwhljSzWbC7rkcQwGtTOFEEa4aZUr /Jjb/nu0Ev6ewgs9BuzDwh9Vl1Q4/Ojm31xnQyIZaFx6bNymWcTRy+ypw9skCFzzOci7 kQDlyTON94TENqT055k780/dChUihsssupY/w= Received: by 10.231.126.148 with SMTP id c20mr307816ibs.35.1308811800412; Wed, 22 Jun 2011 23:50:00 -0700 (PDT) Received: from [192.168.1.3] (c-98-212-201-29.hsd1.il.comcast.net [98.212.201.29]) by mx.google.com with ESMTPS id v15sm757491ibh.11.2011.06.22.23.49.58 (version=SSLv3 cipher=OTHER); Wed, 22 Jun 2011 23:49:59 -0700 (PDT) Message-ID: <4E02E218.6090804@gmail.com> Date: Thu, 23 Jun 2011 01:50:00 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110621201553.GA29153@gmail.com> <4E01344B.4020902@snap.net.nz> <20110622004535.GA29715@gmail.com> In-Reply-To: <20110622004535.GA29715@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ZFS on Root 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: Thu, 23 Jun 2011 06:50:01 -0000 On 6/21/2011 7:47 PM, Chris Brennan wrote: > * Peter Toth [2011-06-22 12:16:11 +1200]: > >> Did you set the "bootfs" property on your root pool? Example: "zpool set >> bootfs=tank/root tank" > > OK, I booted back to the livefs memostick, imported my zpool (tank) and > zpool promptly tells me the following > > Fixit# zpool set bootfs=tank/root tank > cannot set property for 'tank': no such pool or dataset. > Fixit > > But ... there is! It was a great tip and a worthy try. But it didn't > work, got any more idea's? > Try sending your results of `zpool status`, `zpool get all tank`, and `zfs get all tank` and maybe someone can find some quirk.