Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2012 09:08:40 -0700
From:      Artem Belevich <art@freebsd.org>
To:        antonin tessier <antonintessier@live.fr>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: Recover ZFS pool after having deleted zfs configuration file in /boot
Message-ID:  <CAFqOu6hwjpqhVSyj2xq7kSk%2BXW=su0f612sHUUs-82ui-8dvZA@mail.gmail.com>
In-Reply-To: <DUB109-W58BC3DE5FB970EB094730FC4BC0@phx.gbl>
References:  <DUB109-W58BC3DE5FB970EB094730FC4BC0@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
> When I try to create a zpool with "zpool create home /dev/ada0p7", I get this error "/dev/ada0p7 is part of potentially active pool 'home'.

ZFS had just saved your data from your attempt to destroy it.

> But "zpool list" tells me no pool exists. That issue is very disturbing since /dev/ada0p7 was mounted as /usr/home, so I can't get my data back...

try "zfs import" and see if it finds your pool. If it does, do 'zfs
import home' and zfs should make your pool available again.

--Artem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFqOu6hwjpqhVSyj2xq7kSk%2BXW=su0f612sHUUs-82ui-8dvZA>