Recent content by entilza

  1. E

    Zpool import not working

    I've never really used it... https://www.klennet.com/zfs-recovery/ Do you feel that's something you need still? Or do you mean try reinstalling truenas
  2. E

    Zpool import not working

    Well thats disappointing but im glad you found the wedding photos... There is some recovery software you can buy but at this point you are probably ok.
  3. E

    Zpool import not working

    Nice!! Congrats... ok last try sudo zpool import -f -d /dev Goose -o readonly=on -T 25356103
  4. E

    Zpool import not working

    one last thing you can try with transaction groups sudo zdb -e Goose | grep 'txg' do you see anything?
  5. E

    Zpool import not working

    Darn...! even without -FX eh? I dont think your card is bad but maybe worth a last shot..
  6. E

    Zpool import not working

    Try now sudo zpool import -f -FX -d /dev Goose -o readonly=on
  7. E

    Zpool import not working

    thats ok its also sent that to that kernel parameter
  8. E

    Zpool import not working

    dont add first sudo
  9. E

    Zpool import not working

    ok add the other 2 above ( I edited post )
  10. E

    Zpool import not working

    echo 1 | sudo tee /sys/module/zfs/parameters/zfs_max_missing_tvds echo 0 | sudo tee /sys/module/zfs/parameters/spa_load_verify_metadata echo 0 | sudo tee /sys/module/zfs/parameters/spa_load_verify_data
  11. E

    Zpool import not working

    just gotta be root doesnt sudo su get you to a #
  12. E

    Zpool import not working

    sudo su cd /sys/module/zfs/parameters cat 1 > zfs_max_missing_tvds cat 0 > spa_load_verify_metadata cat 0 > spa_load_verify_data
  13. E

    Zpool import not working

    that may have been for truenas need to find the linux equivalent syntax
  14. E

    Zpool import not working

    read some forums try this: sysctl vfs.zfs.max_missing_tvds=1 sysctl vfs.zfs.spa.load_verify_metadata=0 sysctl vfs.zfs.spa.load_verify_data=0 then try the import thing we did earlier above
  15. E

    Zpool import not working

    This no valid uberblock sounds bad... ugh