This is going to have problem:
mdadm --create --level=6 --raid-devices=5 /dev/md0 /dev/sd[b-f]and this would be correct, please take note of the digit at the end of line:
mdadm --create --level=6 --raid-devices=5 /dev/md0 /dev/sd[b-f]1
It means you must format all the disks with at least one partition, and building the RAID using the partition.
I hope this would be helpful for novice users who trying to get the RAID run properly.