Page 1 of 1

TerraMaster F4-424 Pro - Lacking File System?

Posted: 05 Jan 2026, 08:34
by jabediny
I am using the latest version of TOS 6 with the latest BIOS on the F4-424 Pro.

Even after setting up the the TNAS and even deleting the RAID pool once, I am getting a warning in the Disk view.

I have my 2xNVME setup as TRAID with the operating system installed there.
There are 2 additionally HDDs setup in RAID 1. I have tried and completed a scrub on the RAID 1.

All the disks are reporting "RAID member lacking an independent file system".

There is no help anywhere on the forum except that someone said tech help remoted into their TNAS and fixed it.

Can someone provide the steps needed for this fix or is this a TOS 6 problem?

It took me almost 4 days to copy files to the NAS so if the response is that the drives are not in RAID mode, then I am yet again surprised and scared to be using a Terramaster NAS.

Re: TerraMaster F4-424 Pro - Lacking File System?

Posted: 05 Jan 2026, 09:30
by Gremlin
jabediny wrote: 05 Jan 2026, 08:34
All the disks are reporting "RAID member lacking an independent file system".
I would say this is quite normal and not something you should be concerned about. It might help if you posted full screen shots of the items you are concerned about.

Re: TerraMaster F4-424 Pro - Lacking File System?

Posted: 05 Jan 2026, 09:39
by jabediny
As requested.

Image

Image

If this is a known issue and the message should be ignored, then hopefully TOS 7 will remove this or hide the text. It is only creating confusion and doubts for someone new setting up the system.

Re: TerraMaster F4-424 Pro - Lacking File System?  [SOLVED]

Posted: 05 Jan 2026, 18:11
by CursaYang
In a NAS (especially in a Linux / mdadm / LVM architecture), this hard drive is a member disk of the RAID array and cannot be mounted and directly read or written to as a standalone disk; the file system (such as ext4, Btrfs, XFS) exists on the RAID device (such as /dev/md0, /dev/md1) rather than on a single physical hard drive, which is why the system indicates that this RAID member disk does not have an "independent file system."

Re: TerraMaster F4-424 Pro - Lacking File System?

Posted: 06 Jan 2026, 12:28
by jabediny
That explanation is solid. It helps to have this info when searching the forum so others don't second guess their settings. Thank you.