Question
Is there any Linux Utility I can use to check Intel VROC RAID Status?
Print
Answer
1) cat /proc/mdstat 
This command provides a concise summary of all active RAID arrays, their components, and status. 

To decode output:
[UU]: Both disks are up and working.
[U_]: One disk is missing or failed.
[F]: A disk is marked as faulty.
[A] or [R]: (In detailed reports) "A" means active, "R" means replacing.


2) sudo mdadm --detail /dev/mdX
You will need to replace mdX with your actual RAID device, like md0 or md1
This command gives detailed information about the array, including device state, number of active/failed devices

Was this FAQ helpful?
Enter Comments Below:
Note: Your comments/feedback should be limited to this FAQ only. For technical support, please send an email to .
Enter your email address below if you'd like technical support staff to reply:
Please type the Captcha (no space)
E W W W
Find more questions
Still Need Support?
Having trouble finding what you're searching for? Contact our support team for further assistance.

Certain products may not be available in your region