I have been working on the same problem now for almost 48 straight hours.  I 
have managed to recover some of my data using

zpool import -f pool 

The command never completes, but you can do a

zpool list
and
zpool status

and you will see the pool.

Then you do

zfs list

and the file systems should be present.

In my case I corrupted a "data" file system, but the user systems were some 
what still intact.  So I did

zfs send pool/snapshot | zfs receive newpool/snapshot_backup

This allowed me to recover some of my data.  But in large the data is gone.  I 
am going to be migrating to 2009.06.

Here is the thread where I have been discussing this:

http://opensolaris.org/jive/thread.jspa?messageID=493644&tstart=0
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to