I keep getting this error. I’m able to import bin ready only and can see my datasets but as soon as import to so that I can scrub the disk, it crashes. Anyone have any guidance for me?
I had bad ram sticks and so I replaced them. I’ve tried disabling the zfs recover and replay but that doesn’t work. I really need to recover the drives and putting them in read only doesn’t allow me to cd into the datasets I created to pull the media off of it.
What does your import command look like?
You may need to add -R /mnt as a flag to get it to mount in the normal place.
Something akin to this:
zpool import -R /mnt tank -o readonly=on
With regards to salvaging the pool itself, I would personally recommend not to. With memory errors everything that ever touched that pool may be corrupt in some way, including meta data which is likely why scrubs are failing spectacularly.
You may be able to get the data off the pool, wipe it and start over, but even then the data is suspect.
There’s also the other issue; if your TrueNAS install was installed while you had that bad RAM it may be corrupt as well, behaving in unexpected ways.