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.

josphinmary
asked Oct 30, 2017
1 Answer
0

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

View More
arunkumarak
answered Oct 30, 2017
Your Answer
||||
 
100:0