I did not manually partition the RAID, when I did a fdisk -l right after the Ubuntu installation it already had a /dev/md0p1 partition. I tried to format that but it didn't work so I just formatted /dev/md0 instead.
After the format the partition disappeared and it just said there wasn't a partition on the drive. Is that what's supposed to happen? I think I got confused by that and started messing with the partition.
The mdadm --examine /dev/sda worried me because it listed /dev/sda as one of the drives. I think it's supposed to list the partition which should be /dev/sda1 as it did with the other drives.
if you partition the drives your using in the array and use those partitions to build the raid array its suppose to offer slightly better performance then if you just use the entire drive without partitions. I don't understand why this is so, something to do with how sectors line up with file system stuff.
Why is that the case? Does it work differently for Linux than Windows? I thought you had to partition a drive first and then format it?
