Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
26 July 2022
N 23:00 | Create an mdadm RAID array diffhist +664 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>..." |
22:48 | Main Page diffhist +47 Digimer talk contribs |