Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (36.8k points)
How do I get details of RAID configuration in Linux?

1 Answer

0 votes
by (18.4k points)

The below command:

mdadm -D /dev/mdxx 

will give you a detail of this raid configuration. 

This command:

cat /proc/mdstat 

will give detail about raid algorithm, level, and chunk size, etc.

Want to be a Linux expert? Come and join this Linux course

Do check out the video below

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 24, 2020 in Linux by blackindya (18.4k points)

Browse Categories

...