Did you set the partition's sytem ID to "fd" (Linux raid autodetect) ?
You also can add an entry in the /etc/mdadm.conf
No i didn't do that, but it s enabled by default. The proof, system raid , md1 & md2 are not in the mdadm.conf file, but found at startup.
That's not the case of md0.
Anyway, i found the command to launch the raid previously created :
mdadm --assemble /dev/md0 /dev/hdb1 /dev/hdb1
Before, i did :
with a md0 already created before
mdadm --create /dev/md0 --level 1 --raid-devices=2 /dev/hdb1 /dev/hdd1
then i was able to mount it, but each time , raid1 was rebuilt on hdd1.
Next step, will be to put array info in the mdadm.conf , to have a clean stat up process.
Thx,