Date: Tue, 06 Jan 2015 17:48:39 +0200 From: Daniel Kalchev <daniel@digsys.bg> To: freebsd-fs@freebsd.org Subject: Re: zfs corruption after controller failure Message-ID: <54AC03D7.2020603@digsys.bg> In-Reply-To: <CALpPS7PPTSzZgVViy_8_4JosDsTxZ-RkbJJKt_SdBt27cLG1gg@mail.gmail.com> References: <CALpPS7NiHJQ09KmitupYyixRYbPtdvVbVRCOPAqXUtqmSd4BVw@mail.gmail.com> <20FB5F2C-65D2-4F33-8D45-DD7FC34A5E2E@ultra-secure.de> <CALpPS7MObKeFPFYL7dMiGcKG40tFmJELCo782rWPO8wqcGtwmw@mail.gmail.com> <54ABFA82.2070401@internetx.com> <CALpPS7N-YUhJZUXaeJPY4aks%2Bb_D1oLZ11%2BHxfHt2pnmJicaQw@mail.gmail.com> <54ABFF51.50708@internetx.com> <CALpPS7PPTSzZgVViy_8_4JosDsTxZ-RkbJJKt_SdBt27cLG1gg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 06.01.15 17:35, Fervent Dissent wrote: > # zpool import -d /dev/diskid/ > # > no error, no import You do not need to use -d here, ZFS will try to look at all possible block devices and will eventually find the metadata all by itself. Maybe, you had some labeling on the disk? Or some partition (not starting from block 0) on it, which contained your ZFS pool. In order to ZFS to see the pool, you will need to recreate that partition first. Your earlier post shows MBR partitioning, but not partition? Perhaps you just need to remember what the partition was? Daniel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54AC03D7.2020603>