determine chunk size of an existing raid array
Looks like you can run
mdadm -E /dev/sda1
or similar against one of the devices in the array. It will print the superblock and lists the chunk size there. Note that the switch is -E
, not -e
.
See the third grey section here
EDIT: See here and here on chunk size in RAID1