ZFS - RAIDZ1 Recovery (Evgeny Sam)
BlackCat
blackcatzilla at gmail.com
Sun May 29 12:20:42 UTC 2016
2016-05-29 5:42 GMT+03:00 Evgeny Sam <esamorokov at gmail.com>:
> The Command "zpool import -fFn 2918670121059000644 zh_vol_old" does not show
> anything.
>
I briefly checked sources and looks like ZFS assume that it could import pool.
Try following command (note the absence of -n option):
# zpool import -o ro -fF 2918670121059000644 zh_vol_old
it should really import your pool in readonly mode.
--
BR BC
More information about the freebsd-fs
mailing list