There are no references to the raid array in dmesg. All the drives and their associated parameters are displayed.
/proc/partitions shows all physical drives and their partitions but nothing about the raid array.
blkid against each of the partitioned discs (sda1 etc) shows them as members of the same raid array.
mdadm responds that the array does not exist when I try to manage it.
fstab shows all the individual devices (partitions) and lists them as members of the raid array.
I can assemble an array from the partitioned drives by specifying the drives to use and mdadm --detail shows all its parameters but cannot mount it because it does not find it in fstab. mdadm -- assemble --scan replies no arrays found.
According to the doco I have read. mdadm is supposed to create a conf file at /etc/mdadm/mdadm.conf but it does not. I can create one manually by making a /etc/mdadm directory and mdadm -Es and pipe the output to the file. The contents have a raid array with the same UID as listed for each of the drives. This also disappears when I reboot - despite doing a backup.
Any ideas what I am doing wrong?
?