Search results

  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
  16. E

    Zpool import not working

    i see no zfs log stuff there hmm
  17. E

    Zpool import not working

    If you are not sure if the card is bad we'd just use no card. How many sata ports are on the motherboard of the server? I would just install and see if we can zfs import from anything
  18. E

    Zpool import not working

    after the last import attempt what does this show journalctl -xe
  19. E

    Zpool import not working

    You could reinstall on a spare ssd but I would eliminate the card too and plug all into sata ports. There's no harm trying this.
  20. E

    Zpool import not working

    Can you try zpool import -f -d /dev Goose -o readonly=on zpool import -f -FX -d /dev Goose -o readonly=on