How to find Software Raid levels using command prompt in linux?
or
How to check The RAID level in linux?
surya # cat /proc/mdstat
Personalities : [raid0]
md0 : active raid0 sda8[0] sdb8[1]
655355328 blocks 64k chunks
By using this command we can see Which RAID is configured on the Machine.
But remember that this command wont work , If you are configuring Hard
Ware RAID levels.