All public logs

Jump to navigation Jump to search

Combined display of all available logs of Alteeve Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:00, 26 July 2022 Digimer talk contribs created page Create an mdadm RAID array (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>...")