November 6, 20223 yr I'm trying to setup my first Unraid server and I've been unable to create a disk on the array that isn't listed as "unmountable" due to an "unsupported partition layout." Here is an summary of the hardware and software I'm using: - Unraid 6.11.2 - Seagate Ironwolf 4TB HDD (used as disk one in the array) - WD Green 120 GB SSD (used as a cache pool device) - 32 GB USB Drive with GUID support (used for running unraid) I've attempted the following methods for resolving this issue according to other forum threads and posts online: - I've attempted to format the HDD via the "format" option on a started array (with the relevant checkbox marked) - I've formatted the HDD using Unassigned devices (with destructive mode enabled) - I've cleared the HDD using Preclear - I've SSH'd into Unraid and used fdisk to clear all partitions and create an empty table using GPT - I've SSH'd into Unraid and used fdisk to clear all existing partitions and create a single new one with GPT as the table and xfs as the partition type Despite taking all these different steps, I'm still stuck with the aforementioned error message when I start the array. Could you please help me resolve this issue?
November 6, 20223 yr Community Expert It's a bug with the latest release, for now suggest downgrading to v6.11.1 to format the disks, you can then upgrade back if you want.
November 7, 20223 yr Thank you. I have a friend that's more or less wasted the entire weekend on this bug 🤣😭 Edited November 7, 20223 yr by syrupywaffles
November 7, 20223 yr Thanks so much for posting this, I too spent all weekend with this trouble too, downgrading to 6.11.1 fixed it and I was able to format newly added drive
November 7, 20223 yr Just wanted to add to the thread that i experienced the same issue and spent alot of hours trying to solve this... hope this thread gets higher up on google now
November 8, 20223 yr I have the same issue with drives not being formatted. I started fresh with 6.11.2. How can I safely install 6.11.1 without losing all settings and passwords? And since this is a big bug, can we expect a version 6.11.3 soon?
November 8, 20223 yr Community Expert 2 minutes ago, Rivanni said: can we expect a version 6.11.3 soon? Should be available very soon, possibly later today, in the meantime you can safely downgrade to v6.11.1 by downloading the zip and extracting all the bz* files and changes.txt to the flash drive overwriting existing files.
November 8, 20223 yr Same issue; thanks for pointing out the solution. Glad Google is still working today.
November 8, 20223 yr Bummer... I just upgraded to 6.11.2 last night and attempted a new disk install... same issue. Unsupported partition layout. While it's easy to say downgrade--for those of us with a mature system, it's not so easy to just shutdown I'll be waiting for 6.11.3.
November 9, 20223 yr I also had the same issue, but with replacing a smaller disk with a bigger one. I ended downgrading but the issue did not go away and started the array and replaced the data in the new disk using the parity. The only option the system gave me was formating the new disk. Afterwards the system worked ok but I lost what I had in the disk that was replaced. I have it and I looked what was in it mounting it and it's just Linux ISOs and stuff that is easyly replaceble. Do I have to do anything special, like run a parity check or something so the system is not inconsistent? Update: I tried to update to 6.11.3 and the machine would not boot, the usb was not recognized and I had to download a backup from Unraid and look for a new usb drive. After this I was able to upgrade to 6.11.3 Running a parity check and finding out many errors. Edited November 9, 20223 yr by acastellab
November 9, 20223 yr On 11/7/2022 at 6:06 AM, syrupywaffles said: Thank you. I have a friend that's more or less wasted the entire weekend on this bug 🤣😭 Yikes, me too, almost lost 10Tb of data because of this bug!
November 10, 20223 yr 14 hours ago, TheBrian said: 6.11.3 fix my issue. I should have been more patient and waited...
November 13, 20223 yr I apparently lost data because of this bug. I replaced a 2tb with a 14 tb and now the data is gone. I still have the old 2tb disk and have downgraded to 6.9. What can I do to fix this? Edit: So I thought I would just mount the old drive and write the files back to the new drive... I cannot mount the old drive via usb, I get an invalid super block error. The drive is formatted xfs. If I put the disk back into the system via a sata connection I am able to mount it via the unassigned devices plugin but cant when connected via usb. Any ideas here? Edited November 13, 20223 yr by Syco54645
November 13, 20223 yr Community Expert 58 minutes ago, Syco54645 said: I apparently lost data because of this bug. I replaced a 2tb with a 14 tb and now the data is gone. I still have the old 2tb disk and have downgraded to 6.9. What can I do to fix this? You don't lose data, just upgrade Unraid and repeat the rebuild, unassign the disk, start array, stop array, re-assign the disk, start array to rebuild.
November 13, 20223 yr 1 minute ago, JorgeB said: You don't lose data, just upgrade Unraid and repeat the rebuild, unassign the disk, start array, stop array, re-assign the disk, start array to rebuild. That did not work for me, I had no option to rebuild, only format. The drive is completely empty. It seems the only route forward is copying the data from the old xfs drive over to the array.
November 13, 20223 yr Community Expert 6 minutes ago, Syco54645 said: That did not work for me, I had no option to rebuild, only format. 6 minutes ago, Syco54645 said: unassign the disk, start array, stop array, re-assign the disk, start array to rebuild.
November 13, 20223 yr Community Expert That is what you should have done, formatting is never part of a rebuild, now and if you still have the old disk, do a new config wit the old disk (Tools -> New config), re-sync parity, then replace the disk.
November 13, 20223 yr 1 minute ago, JorgeB said: unassign the disk, start array, stop array, re-assign the disk, start array to rebuild. I did exactly that and had no option to rebuild, it showed only the option to format.
November 13, 20223 yr 4 minutes ago, JorgeB said: That is what you should have done, formatting is never part of a rebuild, now and if you still have the old disk, do a new config wit the old disk (Tools -> New config), re-sync parity, then replace the disk. Why not just use the old disk and issue the following command. This would avoid having to do a parity resync and fat fingering the new config setup. Not to mention I will maintain parity protection through this process. rsync -rav /mnt/disks/old-disk-12 /mnt/disk12 Edited November 13, 20223 yr by Syco54645
November 13, 20223 yr Community Expert You can also do that, but add an end slash to the source path or it will create a folder called old-disk-12 on destination: rsync -av /mnt/disks/old-disk-12/ /mnt/disk12
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.