/
[RAID] Creating a RAID10
[RAID] Creating a RAID10
Create RAID10 with target devices
ie.sudo mdadm --create --verbose /dev/md0 --level=10 --raid-devices=4 /dev/sda /dev/sdb /dev/sdc /dev/sdd
Get UUID for device
blkid -s UUID -o value /dev/md0
, multiple selections available,
Related content
[RAID] Adding devices to RAID array using 'mdadm' (Linux)
[RAID] Adding devices to RAID array using 'mdadm' (Linux)
More like this
[RAID] Configure multiple RAID5 drives as the OS (Ubuntu) partition.
[RAID] Configure multiple RAID5 drives as the OS (Ubuntu) partition.
More like this
[RAID] Checking current RAID configuration (Linux)
[RAID] Checking current RAID configuration (Linux)
More like this