Finally, I can upload stuff. I’ve been tinkering and not really sure where else to go without potentially corrupting data. I’ve uploaded the content of my /var/log/messages in a .txt format. It is long, but I do see the point where the drives are acknowledged, but it seems like there is a status miscommunication.
Within CLI, [zpool status] does not see any pool but [zpool import] does see .
When attempting to import from the CLI, it runs shortly, freezes, and then causes a reboot situation. Upon reboot, the middlewared portion hangs indefinitely.
When attempting import from GUI, it runs shortly, causes a reboot, but will boot fully to the GUI.
I figure maybe the CLI thinks PARADOX is still mounted/imported, but the disks aren’t, so it’s causing an issue. I would consider exporting them, but I don’t want to jettison my data off to space to never be found again.
I did attempt “zpool import -fn paradox” but it was unsuccessful and says there is no pool by that name to be imported.
Before I do any forcing/read only, I am trying to understand what the situation will be as best I can. Do I need to have additional drives set up to copy data immediately? Will this need to be done in CLI? If I power off, will I be able to run the same command again, or is it a one-shot deal?
If I could make a 1:1 replica of the drive, could I recreate the pool and then copy the data from A>A, B>B, C>C and so on? Then reinstall the new disks and run that pool? Or will the data copy screw up the ZFS/parity setup?
I also have a bunch of other documentation regarding my setup from CLI commands if it will help.
sudo var.log.messages.txt (232.0 KB)