Recently purchased the SATA Hat. I have 4 - 4TB Segate drives.
When I issue the command: sudo mdadm --create --verbose /dev/md/vol1 --level=5 --raid-devices=3 /dev/sda1 /dev/sdb1 /dev/sdc1 --spare-devices=1 /dev/sdd1
But when I run the command: sudo mdadm --detail /dev/md/vol1
it shows the Array Size of around 7.5TB.
Using 4TB drives in a Raid 5 I should get 12TB.
All 4 drives show up on my Raspberry Pi 4.
I have also connected each one to my pc, formatted them and verified they show 4TB.
Is there something that I am missing?
Any help would be apperciated.