Date: Wed, 03 Apr 2013 18:30:28 +0300 From: Volodymyr Kostyrko <c.kworr@gmail.com> To: Beeblebrox <zaphod@berentweb.com>, freebsd-questions@freebsd.org Subject: Re: [ZFS] recover destroyed zpool - what are the available options? Message-ID: <515C4B14.80300@gmail.com> In-Reply-To: <1365002276096-5801335.post@n5.nabble.com> References: <1364711810171-5800299.post@n5.nabble.com> <1365002276096-5801335.post@n5.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
2013-04-03 18:17, Beeblebrox wrote: > If anyone has ideas, zdb -C is now giving me detailed output. zpool status > is: You are mostly out of luck. The worst thing about ZFS is that when something happens ZFS just gives you NO. I posted this before, you can try this too: zpool import -D -f -R /bsdr -N -F -n -Z bsdr -D work on deleted pools -f force import -R custom root folder to not interfer with your mounts -N do not mount filesystems -F recovery mode - tries last transactions to find a good one -n doesn't modify data on disk while in recovery mode -Z (undocumented) verify transactions in recovery mode by doing a partial scrub (?). I hope this will help you... Anyway you can try any other ZFS implementation. For example FreeBSD loader can read files too while booting. -- Sphinx of black quartz, judge my vow.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?515C4B14.80300>