Raid1+0: create stripe over two /dev/mdx on partition or not?
- by Chris
Given that I haven't found a way to define how a Raid10 is created with mdadm, i went the Raid1+0 solution.
How to display/define Mirror/Stripping pairs with mdadm
mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/sda1 /dev/sdf1
mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/sdg1 /dev/sdh1
mdadm --create /dev/md10 --level=0…