Does chunk size matter *at all* for RAID-1? mdadm --create /dev/md0 --level=1 --chunk=8 /dev/sdc1 /dev/sdd1 mdadm --create /dev/md0 --level=1 --chunk=128 /dev/sdc1 /dev/sdd1 In my mental model of how RAID works, it can't possibly matter what my chunk size is whether I've got 1KB files or 1GB files because no striped reading occurs. Is my mental model wrong? -Jeff - 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