February 5, 20242 yr Hi Guys, one drive in my zfs pool of 3 devices failed. And before I could change it my pool was gone and I'm not sure what to do now. zpool list only returns no pools available But the UI does list them as. The file system status says: "Unmountable: Unsupported or no file system" Can please someone help me to fix this. Regards Benedikt Edited February 5, 20242 yr by Solidus0815
February 5, 20242 yr Author Here you go. Hope you can find somethings Thanks in advance tower-diagnostics-20240205-1632.zip
February 5, 20242 yr Community Expert At least two of the devices were wiped by you when trying different things, if you didn't reboot since the last diags, type: sgdisk -o -a 8 -n 1:32K:0 /dev/sdd And then post the output of zpool import
February 5, 20242 yr Author I didn't reboot. This is the result /dev/sdd is the faulty drive. Should I run the command for the other drives too? Edited February 5, 20242 yr by Solidus0815
February 5, 20242 yr Community Expert Try also on /dev/sdc since that one was wiped for sure, then reboot and zpool import again, was the pool originally created with Unraid or imported from somewhere else?
February 5, 20242 yr Author Still the same result. Should I now also try /dev/sdb? Wanna be sure this time.
February 5, 20242 yr Community Expert 36 minutes ago, JorgeB said: was the pool originally created with Unraid or imported from somewhere else?
February 5, 20242 yr Author I'm not 100% sure. I had a pool before 6.12. But I think I recreated the pool with unraid after the update. Does unraid automatically import pools created in the terminal with 6.11 after the update? If not, I'm pretty sure I created a new one.
February 5, 20242 yr Community Expert 28 minutes ago, Solidus0815 said: Does unraid automatically import pools created in the terminal with 6.11 after the update? Not automatically but they can be imported, problem is that if the pool was created outside Unraid it won't use the standard Unraid partition, try this one since it's the most common: sgdisk -o -a 8 -n 1:1M:0 /dev/sdX Replace X with or or two pool disk, then zpool import again.
February 5, 20242 yr Author Ok something happened at least. I'm slightly positiv now 😃 Although it reports sdb and sdc as "FAULTY" and sdd as "ONLINE" even though sdd should be the broken on
February 5, 20242 yr Community Expert Unfortunately only sdd is showing up online, do you remember if your were using raidz or something else?
February 5, 20242 yr Author I'm pretty sure it was raidz. I have 3 4TB drives and the total capacity was slightly below 8TB if I recover correctly.
February 6, 20242 yr Community Expert OK, so with two faulted disks it's not possible to recover the pool, I'm afraid you will need to re-create it.
February 6, 20242 yr Author Ok, that's what I feared. But I don't understand what happend. sdd is the faulty one and sdb and sdc should be fine. Why do sdb and sdc now have corrupted data. Did I destroy the data when I tried to fix it? And can I try to recover the data somehow?
February 6, 20242 yr Community Expert 2 hours ago, Solidus0815 said: Did I destroy the data when I tried to fix it? Possibly, I cannot see everything you did, since at least some part was before the diags posted, I did see two disks to be wiped by the actions you did, but if that was the only issue the pool should be recoverable after recreating the partitions, like with sdd, so most likely there were other issues. You can try some options with zfs import to see if the pool can still be imported, possibly by losing some of the last transactions, first try: zpool import -F zfspool
February 6, 20242 yr Author Ok, it wouldn't be that bad if I loose some data, as long as not all of it is gone. But this options only give me this
February 6, 20242 yr Community Expert If neither of those work I'm afraid I can't help more, the only option I see is to use something like UFS explorer to try and recover the data, problem is that the cheaper $60 Standard edition can only recover single/striped zfs volumes, for raidz you'd need the $600 Professional edition.
February 6, 20242 yr Author That's pretty expensive. Do you how high the changes are that it will work? Would be really bad to pay that high price for nothing. And is there a cheaper alternative?
February 6, 20242 yr Community Expert They have a free trial, it should show what is recoverable, but to actually recover you'd need to register.
February 7, 20242 yr Author Ok, I will run it an see if it is worth the price. Thanks for the amazing help.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.