Create an mdadm RAID array

From Alteeve Wiki
Revision as of 23:00, 26 July 2022 by Digimer (talk | contribs) (Created page with "{{howto_header}} This coverts creating a software RAID array in EL8. This will combine <span class="code">/dev/nvme0n1p4</span> + <span class="code">/dev/nvme1n1p4</span> and <span class="code">/dev/nvme2n1p4</span> into a new <span class="code">/dev/md1</span> RAID 5 array. <syntaxhighlight lang="bash"> mdadm --create /dev/md1 --raid-devices=3 --level=5 --spare-devices=0 /dev/nvme[012]n1p4 </syntaxhighlight> <syntaxhighlight lang="bash"> </syntaxhighlight>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.