N4F is running on virtual machine (proxmox). A few days ago vm suddenly restarted and entered boot-cycle: every time n4f tried to mount mount pool it throwed fatal trap 12. I tried to import pool in other FreeBSD derivatives and also in Solaris and OpenIndiana. Only Solaris let me import this pool, but with -Vf flags, marking everything as unavailable. FreeBSD and OI just rebooted. Also i've looked on labels on vm's disks and noticed, that the last succeded transaction wasn't among transactions in uberblocks.
zdb -l output on one of the disks. On others its the same
Code: Select all
--------------------------------------------
LABEL 0
--------------------------------------------
version: 28
name: 'r1'
state: 0
txg: 4273868
pool_guid: 4651652232851139502
hostname: ''
top_guid: 5698945487837190948
guid: 5103665716231737406
vdev_children: 1
vdev_tree:
type: 'raidz'
A naive step to change txg to any transaction found in uberblocks didn't help. What else can I try to extract data from pool?