Hello.
I've got a problem with root ZFS pool on my 10.0-STABLE AMD64 system (built from sources 3 or 4 days ago, now I can't look). Yesterday I had a kernel panic during the scrub process on this pool, after that I'm not able neither to boot from it, nor to import it from the other system - it shows the error message "zfs: allocating allocated segment" and then system panicing. I can't write complete error message, it runs away from screen too fast, but I can try to make a photo.
I checked my RAM and found that one of the modules contains errors - so, probably, it was something wrong written from memory to pool metadata and caused corruption of the pool.
I tried to boot from last STABLE FreeBSD Live-CD with setting vfs.zfs.recovery=1 in boot console and import the pool with the following options:
After that I tried to boot from Oracle Solaris 11.1, set zfs_recover 1 via
I have a lot very important information on this disk and most of it isn't backed up (my fault!). Is there any way to correct this pool or even grab some data from it?
I've got a problem with root ZFS pool on my 10.0-STABLE AMD64 system (built from sources 3 or 4 days ago, now I can't look). Yesterday I had a kernel panic during the scrub process on this pool, after that I'm not able neither to boot from it, nor to import it from the other system - it shows the error message "zfs: allocating allocated segment" and then system panicing. I can't write complete error message, it runs away from screen too fast, but I can try to make a photo.
I checked my RAM and found that one of the modules contains errors - so, probably, it was something wrong written from memory to pool metadata and caused corruption of the pool.
I tried to boot from last STABLE FreeBSD Live-CD with setting vfs.zfs.recovery=1 in boot console and import the pool with the following options:
zpool import -f -N -o readonly=on rpool, but it causes the same panic.After that I tried to boot from Oracle Solaris 11.1, set zfs_recover 1 via
mdb -kw and then import the pool with the same command, but recent Solaris unable to work with ZFS pool version from FreeBSD. Recent OpenIndiana recognized the pool but paniced when I tried to import it like FreeBSD did.I have a lot very important information on this disk and most of it isn't backed up (my fault!). Is there any way to correct this pool or even grab some data from it?