Linux – Check health of RAID array

linuxmdadmraid

I have a server with RAID 1.

Currently when I type in the following command:

cat /proc/mdstat

I get:

Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath] [faulty] 
unused devices: <none>

What does this mean? The server works fine but why doesn't the RAID array show up here?

Best Answer

This simply means you don't have any configured software raid device in your Linux box. I think you have a hardware raid controller which can not been seen this way.