ACCEPTING CASES · MON–FRI 9:00AM–5:00PM
Certified Data Recovery Professional · Phoenix, AZ ☎ (602) 686-2622

Unraid Says Unmountable. TrueNAS Won't Import. What Not to Click.

Your array is still sitting there. The disks are still spinning. The UI is offering a checkbox that looks like the fix. That checkbox is how a lot of recoverable Unraid and TrueNAS cases stop being recoverable.

Free evaluation · No data, no fee · Talk directly with a technician.

We already wrote about the RAID controller's Rebuild button, and about a RAID 5 that loses a second drive. This is a different screen, on boxes people actually run at home and in small offices: Unraid saying a disk is unmountable, or TrueNAS refusing to import the pool. The words are different. The damage from clicking the wrong thing is the same.

Unraid is not RAID. That is the part most people get wrong.

Unraid stores each file on one data disk and keeps parity so it can emulate a missing or disabled disk. It does not stripe every file across the set the way RAID 5 does. That design is why you can mix drive sizes, and why a single unmountable disk is often just that disk's filesystem, not the whole array.

It is also why the Format checkbox does not do what people think.

If a disk shows "Unmountable: Unsupported or no file system" (or Wrong or no file system), Unraid is telling you it cannot mount the filesystem that is supposed to be on that disk. Parity cannot invent a filesystem that is not there. Official Unraid guidance is blunt about this: do not format an unmountable disk. Formatting does not rebuild the files from parity. It writes a new empty filesystem, then updates parity to match the empty disk. The old data on that disk is gone.

That is the single most common way an Unraid case goes from a filesystem repair to a lab problem we cannot undo.

What "unmountable" usually is — and what it is not

On Unraid, unmountable is often one of these:

A clicking, grinding, or rapidly accumulating-error disk is not a filesystem problem. Power it down. Do not run repair utilities on a drive that is failing mechanically.

Dealing with this right now? Don't wait — a free evaluation tells you what's recoverable.

The buttons that make it worse

Format. Next to an unmountable disk there is a checkbox. On start, Unraid warns that existing data will be overwritten. Believe that warning. If you thought parity would put the files back, it will not.

New Config, then guess. People run New Config to "fix" assignments, then do it again when a disk still will not mount, then again. Each start with the wrong disk in the wrong slot, or with a blue "this device will be overwritten" icon they click past, writes a new reality onto the set. We have seen three unmountable disks appear where there was one, because the assignments were shuffled until nothing lined up.

xfs_repair on the wrong device. A filesystem check in Maintenance Mode against the array device (md1p1, md2p1, …) is sometimes the right first step, and it keeps parity valid. The same command against the raw /dev/sdX disk is a different operation: it can invalidate parity, and xfs_repair -L zeros the journal. If you do not know which device you are pointing at, stop. If the repair already failed and reported no superblock, formatting is still not the next move.

Starting the array so it can "rebuild." Unraid can rebuild a disabled disk onto a replacement. That is not what unmountable means. Starting the array to force a rebuild onto a disk you just formatted is how you teach parity that the empty filesystem is correct.

Warning: Do not format an unmountable Unraid disk. Formatting does not rebuild the files from parity. It writes a new empty filesystem, then updates parity to match the empty disk. The old data on that disk is gone.

TrueNAS: the pool will not import

TrueNAS does not say "unmountable" as often. It says the pool is FAULTED or UNAVAIL, or zpool import prints "The pool cannot be imported due to damaged devices or data" and then, helpfully, "Destroy and re-create the pool from a backup source."

That last line is a ZFS error string. It is not a diagnosis that your data is gone, and it is not an instruction to wipe the disks.

What we see on these boxes:

If the UI wants you to destroy the pool, export and recreate, or wipe a member so you can "replace" it, that is the same class of mistake as Unraid's Format checkbox. It writes.

What to do right now

Do not start the array or import the pool just to see if it comes back. Do not format. Do not destroy. Do not run New Config to reshuffle slots.

  1. Stop. Leave the box powered off if a disk is clicking, if errors are climbing, or if you already clicked something you cannot undo. If the array is still up and only one filesystem is dirty, that is the one case where a careful Maintenance Mode check can still be the right next step — if you know the exact disk and the exact device name.
  2. Photograph the screen. Unraid Main (disk order, filesystem column, any blue/orange icons, the exact unmountable text). TrueNAS Storage and the full zpool import / zpool status output. Serial numbers, not just sdb.
  3. Label every drive with its slot or Unraid disk number before anything is unplugged. Bay order is part of the configuration.
  4. Keep every disk, including the one you think is dead and the spare you already inserted. On TrueNAS, the disk you "replaced" may still be a required member.
  5. Write down the config you remember: Unraid array vs cache/pool, XFS vs Btrfs vs ZFS, TrueNAS RAIDZ1/2/3 or mirrors, encryption keys or recovery keys if you used them. Encryption without the key is still encryption.

If a disk is mechanical, pack it like any other failed drive and do not open the enclosure to "check" it.

How a lab handles these without writing to your disks

We do not import your pool on your hardware and we do not start your Unraid array to "try one more thing."

Each member is imaged sector by sector, including disks that only read in pieces. The array or ZFS pool is rebuilt in software from those images: Unraid disk order and parity, or ZFS vdev layout, tried against the copies. A wrong guess costs a clone, not the original. That is the same method we use on hardware RAID and Synology, and it is why we can still work a case after someone has already had a bad night with New Config or zpool import -F — as long as the originals were not formatted afterward.

We will tell you if the data is not there. A format that finished, a committed ZFS destroy, or a disk whose platters are gone is not a puzzle we pretend we can solve. The free evaluation is how you find out which one you have before anyone bills you.

If the screen you are looking at is a controller Rebuild button rather than Unraid or TrueNAS, start with RAID rebuild vs. data recovery. If a second drive has already dropped from a RAID 5, see RAID 5 with two drives down. For how these cases are handled in the lab, see our RAID data recovery service.

Unraid and TrueNAS unmountable FAQ

If I format the unmountable Unraid disk, will parity put my files back?
No. Unraid parity can emulate a missing or disabled disk. It cannot rebuild a filesystem you just erased. Format writes a new empty filesystem and then updates parity to match it.
The disk says unmountable. Should I run xfs_repair?
Only if the drive is electrically and mechanically healthy, the array is in Maintenance Mode, and you are running the check against the array device for that slot, not a guessed /dev/sdX. If repair already failed, or you are not sure which device is which, stop and get an evaluation.
TrueNAS says destroy and recreate the pool from backup. Is the data gone?
Not based on that sentence alone. That is a stock ZFS import error. The pool may be short a disk, the metadata may be inconsistent, or a force-import already made it worse. Do not destroy the pool to "start clean" if you still need the data.
I already clicked Format / New Config / zpool import -F. Is it too late?
Not automatically. Stop now so nothing else writes. Bring every disk, in the order they were in, including anything you added or pulled. We image first and tell you what is left.
Do I need to send the whole NAS?
Usually the disks are enough if they are labeled and we have the config (or photos of it). If a disk is in an external USB shelf or a proprietary cage, send the disk, not just a "clone" you made with desktop software.

Not sure whether you are still in filesystem-repair territory or already in recovery territory? Find out before anything else gets overwritten. Start with a free evaluation.

Request free evaluation →

Free evaluation · No data, no fee · Talk directly with a technician.