From owner-freebsd-current@FreeBSD.ORG Thu Sep 15 13:32:29 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 963C71065672 for ; Thu, 15 Sep 2011 13:32:29 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id E8DF68FC13 for ; Thu, 15 Sep 2011 13:32:28 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA13610; Thu, 15 Sep 2011 16:32:25 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4E71FE69.3000608@FreeBSD.org> Date: Thu, 15 Sep 2011 16:32:25 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110705 Thunderbird/5.0 MIME-Version: 1.0 To: Alisson References: In-Reply-To: X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: changing a zfs pool to another machine 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: Thu, 15 Sep 2011 13:32:29 -0000 on 15/09/2011 00:26 Alisson said the following: > Hi... > > I have a zfs pool with 3 harddrives (ad8,ad10,ad15) > > I need to change to another machine... > > when I try to boot freebsd in the another machine with this 3 harddrives... > goes to mountroot prompt. > > so.. I need to boot with > > set vfs.root.mountfrom="zfs:tank/root" > > but don't work... goes ever to mountroot prompt.. To be able to boot from a pool you must first arrange for the pool to be to zpool.cache file. If you have exported the pool you would need some alternative boot media to import it first. -- Andriy Gapon