mdadm --create /dev/md0 --chunk=4 --level=0 --raid-devices=2 /dev/sdb1 /dev/sdc1 Poof! Instant software RAID 0. Baby Jesus cries. But it's there and usable. ... Until I reboot. At which point /dev no ...
I have 3 1 TB HDDs and 3 500 GB HDDs. Right now each size grouping is in a RAID 5, both of which are in an LVM volume group (with striped LVs). I'm finding this to be too slow for my usage on small ...