0

How to check RAID active level

i configure RAID on my centos machine. i given four disks are sdb,sdc,sdd,sde for RAID configuration. now i need to find active levels of these disks. example what is the active status of sdb and follow by the three disks.

CentOS RAID Add a comment
josphinmary
asked Oct 30 2017

Answer

0

just run mdadm -E /dev/sdbx or mdadm --examine /dev/sd[b-e]x ... x --> means your disk block number

Add a comment
arunkumarak
asked Oct 30 2017
edited Oct 05 2018
Post your Answer