How To Check Raid Configuration In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the mdadm command to check the RAID configuration in Linux. It is a command line tool used to manage and monitor Linux MD (Multiple Device) devices, also known as software RAID. To get a list of RAID devices and their associated information, execute the following command:
$ mdadm –detail –scan
This will display the RAID information such as RAID level, device name, UUID, RAID size, etc.