mdadm magic
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.
This entry was posted on Saturday, September 2nd, 2006 at 10:31 pm and is filed under Debian, Geek stuff. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.