Hello OMV peeps.
May I ask if anyone could direct me to a good resource on setting up Raid 10? I'm setting up a 6-drive (WD-EFRX) raid-10 volume using . I'm new to drives >2TB and the advanced format drives. In poking arouind, I've noted that it's possible, and probably advantageous to set the chunk size to 4096 and align the mdadm chunks with the disk sectors. I don't know how to do this, and my attempts to even read the drives have been fruitless. I read that there was a command in parted to check the alignment, but parted doesn't seem to read these drives.
Code
root@s:~# parted /dev/sdf
GNU Parted 2.3
Using /dev/sdf
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Error: /dev/sdf: unrecognised disk label
Code
root@s:~# cat /proc/mdstat
Personalities : [raid10]
md8 : active raid10 sdh[0] sde[5] sdf[4] sdg[3] sdi[2] sdj[1]
8790405120 blocks super 1.2 512K chunks 2 near-copies [6/6] [UUUUUU]
md127 : active raid10 sdb1[0] sdc1[3] sdd1[2] sda1[1]
3907023872 blocks 64K chunks 2 near-copies [4/4] [UUUU]
unused devices: <none>
Thank you.