On Tue, Feb 16, 2010 at 10:06:13PM -0500, Ethan wrote:
> This is the current state of my pool:
> 
> et...@save:~# zpool import
>   pool: q
>     id: 5055543090570728034
>  state: UNAVAIL
> status: One or more devices contains corrupted data.
> action: The pool cannot be imported due to damaged devices or data.
>    see: http://www.sun.com/msg/ZFS-8000-5E
> config:
> 
>         q             UNAVAIL  insufficient replicas
>           raidz1      UNAVAIL  insufficient replicas
>             c9t4d0s8  UNAVAIL  corrupted data
>             c9t5d0s2  ONLINE
>             c9t2d0s8  UNAVAIL  corrupted data
>             c9t1d0s8  UNAVAIL  corrupted data
>             c9t0d0s8  UNAVAIL  corrupted data
> 
> 
> back story:
> I was previously running and using this pool on linux using zfs-fuse.

Two things to try:

 - import -F (with -n, first time) on a recent build
 - zdb -l <dev> for each of the devs above, compare and/or post.  this
   helps ensure that you copied correctly, with respect to all the various
   translations, labelling, partitioning etc differences between the
   platforms.  Since you apparenly got at least one right, hopefully this
   is less of an issue if you did  the same for all. 

--
Dan.

Attachment: pgp5JUba4jEE6.pgp
Description: PGP signature

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to