Create an mdadm RAID array
Jump to navigation
Jump to search
Alteeve Wiki :: How To :: Create an mdadm RAID array |
This coverts creating a software RAID array in EL8.
This will combine /dev/nvme0n1p4 + /dev/nvme1n1p4 and /dev/nvme2n1p4 into a new /dev/md1 RAID 5 array.
mdadm --create /dev/md1 --raid-devices=3 --level=5 --spare-devices=0 /dev/nvme[012]n1p4
Any questions, feedback, advice, complaints or meanderings are welcome. | ||||
Us: Alteeve's Niche! | Support: Mailing List | IRC: #clusterlabs on Libera Chat | ||
© Alteeve's Niche! Inc. 1997-2023 | Anvil! "Intelligent Availability™" Platform | |||
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions. |