Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Disk 2 and Disk 3 showing Unmountable: Wrong or No File System

Featured Replies

Team,

Hope the weekend went well, I am having two issues with my Unraid v7.2.3 server.

1) I've been having issues with running my Unraid NAS server in headless mode, causing me to have to shutdown, add the graphics card back in and keep editing BIOS settings to see the URL will load. While doing this I noticed Disk 2 and Disk 3 showing up as unmoutable, wrong or no file system. I stopped the array and unassigned both disks and tried the mount button, but it came back with failed, check syslogs. Next I added them both back and started the array in maintenance mode, tried Check Filesystem Status for both disks. xfx_repair status did not get past, attempting to find secondary superblock. I checked PHP Settings logs and they are empty.

Before I click format both drives I wanted to reach out and see if there is anything I missed or another step to take. My parity drive and disk1 are both valid and working properly, no data has been lost. I also shut down the system from web URL and reset SATA cables at the motherboard but that did not resolve my issue.

2) I cant seem to edit Parity/array around. I want to create Parity1 & Parity2 with disk1 and disk2. When I unassign and create the new setup, I get a configuration not valid. I also cant edit the slot tab from 5 to 4. Ideas?

image.png

image.png image.png

image.png?ex=69b89b70&is=69b749f0&hm=429aa07c5f794e90cca1207c374966d65aa4ddf2450eca8c92f94c48e3058632& image.png

Edited by Coban64

  • Community Expert
16 hours ago, Coban64 said:

I want to create Parity1 & Parity2 with disk1 and disk2.

I question whether dual parity is justified with so few disks, and it probably wouldn't have helped with your current problem.

16 hours ago, Coban64 said:

Before I click format both drives I wanted to reach out and see if there is anything I missed or another step to take. My parity drive and disk1 are both valid and working properly, no data has been lost.

Do you mean you don't care about anything that was stored on disks 2, 3?

  • Community Expert
Just now, trurl said:

it probably wouldn't have helped with your current problem

probably is probably too soft. Single or dual parity can't help with unmountable.

  • Author

Creating a two parity is just something I wanted to do in case parity1 drive failed. It was not something I thought was not going to resolve my disk2 and 3 unmout problem. Since parity 1 and disk1 drives are functional is my only option to check off format button and format disk2 and 3 again? Or can I resolve this issue another way? Anything telling in diagnostics?

Thanks,

  • Community Expert

Let it try longer to find secondary superblock

  • Author

I will let it run for 24hs and report afterwards.

Thanks,

  • Community Expert
18 hours ago, Coban64 said:

Creating a two parity is just something I wanted to do in case parity1 drive failed

Parity is arguably the least important disk in the array, since it contains none of your data. If it fails, replace and rebuild just like any other array disk.

6 minutes ago, Coban64 said:

still looking for secondary superblock

Start the array in normal (not maintenance) mode and post new diagnostics

  • Community Expert

You can cancel that; if it hasn't found a backup superblock after 1 or 2 hours, it won't find one.

Looking at the syslog, something is missing here from your description, I see that the disks were already unmountable before that, but just what you did by the description would not explain Unraid repartitioning them:

Mar 15 21:34:09 Tower emhttpd: writing GPT on device (sdd) with partition 1 offset 64

Mar 15 21:34:09 Tower emhttpd: shcmd (303): sgdisk -Z /dev/sdd

Mar 15 21:34:10 Tower root: Warning: The kernel is still using the old partition table.

Mar 15 21:34:10 Tower root: The new table will be used at the next reboot or after you

Mar 15 21:34:10 Tower root: run partprobe(8) or kpartx(8)

Mar 15 21:34:10 Tower root: GPT data structures destroyed! You may now partition the disk using fdisk or

Mar 15 21:34:10 Tower root: other utilities.

Mar 15 21:34:10 Tower emhttpd: shcmd (304): sgdisk -o -a 8 -n 1:32K:0 /dev/sdd

Mar 15 21:34:11 Tower root: Creating new GPT entries in memory.

Mar 15 21:34:11 Tower root: Warning: The kernel is still using the old partition table.

Mar 15 21:34:11 Tower root: The new table will be used at the next reboot or after you

Mar 15 21:34:11 Tower root: run partprobe(8) or kpartx(8)

Mar 15 21:34:11 Tower root: The operation has completed successfully.

Mar 15 21:34:11 Tower emhttpd: shcmd (305): udevadm settle

Mar 15 21:34:13 Tower emhttpd: writing GPT on device (sdf) with partition 1 offset 64

Mar 15 21:34:13 Tower emhttpd: shcmd (307): sgdisk -Z /dev/sdf

Mar 15 21:34:14 Tower root: Warning: The kernel is still using the old partition table.

Mar 15 21:34:14 Tower root: The new table will be used at the next reboot or after you

Mar 15 21:34:14 Tower root: run partprobe(8) or kpartx(8)

Mar 15 21:34:14 Tower root: GPT data structures destroyed! You may now partition the disk using fdisk or

Mar 15 21:34:14 Tower root: other utilities.

Mar 15 21:34:14 Tower emhttpd: shcmd (308): sgdisk -o -a 8 -n 1:32K:0 /dev/sdf

Mar 15 21:34:15 Tower root: Creating new GPT entries in memory.

Mar 15 21:34:15 Tower root: Warning: The kernel is still using the old partition table.

Mar 15 21:34:15 Tower root: The new table will be used at the next reboot or after you

Your only option now may be using a file recovery app like UFS Explorer, but let's see if there's a second signature, with the array stopped type.

dd if=/dev/sdX bs=16M status=progress 2>/dev/null | hexdump -C | grep 'XFSB'

Replace X with the identifier from one of those disks, then let it run for 5 minutes and post the output

  • Author

I ran the command for both disks for about 10min with nothing returned.

image.png

  • Community Expert

That means the disks don't have the correct XFS superblock; the best option may be UFS Explorer or something similar.

  • Author

Understood, since disk1 is working and I can access my data, can I use the Format box to fix disk2 and 3?

image.png

  • Community Expert

As long as you don't mind losing the data that was there, you can.

  • Author

If you have a sec, could you explain parity disk to me? I was under the impression that it was the most important drive. Originally I had all of my data on a 8T drive. I added three, 12T drives and created a 1 parity 12T, with three disks, 8T, 12T & 12T Unraid server. So is all of my data spread across the four drives or only the 8T? Is the 8T the most important drive here?

image.png

  • Community Expert

Parity contains no data as such. Instead it has the information needed to recreate a failed drive by using itself in combination with all the other drives. There is a description of how parity works here in the Unraid online focumdntation.

  • Community Expert
43 minutes ago, itimpi said:

how parity works here

Expand Software-defined NAS section, then expand How Parity Works section

  • Author

Formatted and back in business team. Thank you very much.

image.png?ex=69bc7e3d&is=69bb2cbd&hm=b196caee8c7c23f85efe117378760559572c9fa0a07267eb57902539a741357e&

  • Community Expert
On 3/17/2026 at 2:09 PM, trurl said:

Parity is arguably the least important disk in the array, since it contains none of your data.

Just to elaborate on this.

If a disk is disabled/missing, each remaining disk serves exactly the same purpose as parity, when emulating or rebuilding that disk. Each disk provides bits that in combination with corresponding bits from all other disks, allows the emulated data to be calculated. Parity is not any more important than the others in this regard.

But, parity has none of your data and the data disks do. You can take any of the data disks individually and read them on any linux. Parity is just a bunch of parity bits that are totally meaningless in the absence of the rest of the array.

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.