mdadm -Cv /dev/md0 -l5 -n3 -x0 /dev/sd{b,c,d}1
is the magic required to create a RAID-5 array, no spares, from devices sdb, c and d, partition 1, type flag 0xFD of course.
mdadm -Cv /dev/md0 -l5 -n3 -x0 /dev/sd{b,c,d}1
is the magic required to create a RAID-5 array, no spares, from devices sdb, c and d, partition 1, type flag 0xFD of course.