From owner-freebsd-questions@FreeBSD.ORG Mon Apr 23 11:13:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FFE6106564A; Mon, 23 Apr 2012 11:13:34 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.207]) by mx1.freebsd.org (Postfix) with ESMTP id C9E7F8FC1C; Mon, 23 Apr 2012 11:13:33 +0000 (UTC) From: vermaden To: andrnils@gmail.com X-Mailer: interia.pl/pf09 In-Reply-To: References: <4F8A9918.3080607@FreeBSD.org> Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1335179606; bh=UIhmDf0ADr1EUTiB8UoR/QpdtSeqYcU+WIeEP5YoB5s=; h=From:Subject:To:Cc:X-Mailer:In-Reply-To:References:Message-Id: MIME-Version:Content-Type:Content-Transfer-Encoding; b=TdnVNREb92r3n7Y1dt0Z9X4FEZ/BA+Z8f/T79jL8nGoI2MDbRvbjl1tPzOcXgKwcR uCNs5QznVDSqYQQFJQGGFQyF+dgmmISwyyQp0B+e7mFFm+2oeViwEecjT5qHpaAuyq Sin4vXhFfvbTpiAvNVOUhRvFVEPJs1+ILZuZ7p/Y= Date: Mon, 23 Apr 2012 13:13:26 +0200 (CEST) Cc: freebsd-fs@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: Mounting from zfs:system/ROOT/nch failed with error 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, 23 Apr 2012 11:13:34 -0000 > If you move the dataset to a new machine you should also fix > the zpool.cache on the new machine. Boot it with f.e. mfsbsd > cd import the pool and copy the zpool.cache file. >=20 > Best regards > Andreas I have solved it by copying the /boot/zfs/zpool.cache from the working/running system to the just imported ZFS snapshot, for example to /mnt/boot/zfs/zpool.cache if You set mountpoint to /mnt for that dataset, works like a charm ;) Regards, vermaden --=20 ...