Thanks for the tips. On Mon, Jun 16, 2014 at 3:28 PM, Phil Turmel <philip@xxxxxxxxxx> wrote: > Modern consumer-grade drives that have it are listed as "NAS" duty > drives. Marketing... The one that is taking the lead is WD Red WD10EFRX. Can't find the Toshiba DT01ACA100 at an affordable price anymore and Seagate is everywhere. Back to a previous question (assuming i have the drives sorted out first): If i create a RAID10 with 3 1TB drives, with --layout=f2, would this give me 2TB of space +1TB redundancy? Is this a 1E? Using: mdadm --create /dev/md0 --verbose --chunk=128 --level=10 --layout=f2 --raid-devices=3 /dev/sd[abd]1 If so, what would be the difference to a RAID5: mdadm --create /dev/md0 --verbose --chunk=512 --level=5 --raid-devices=3 /dev/sd[abd]1 Besides one having redundancy and the other having parity; and that RAID5 must compute parity (is that really so horrendously slow nowadays?). Other than tiobench, any other benchmarking tools you guys recommend? (I've decided to just go slow and test every layer out before moving to the next, i.e. 1st RAID, LVM, FSs, Xen, apps.) -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html