Hi,
I'm experimenting with raid on a test setup. I installed sme7pre1 on one hard drive, then added a second identical drive, partitioned, and added as follows:
mdadm /dev/md1 -a /dev/sdb1
mdadm /dev/md2 -a /dev/sdb2
Which went fine. However, after rebooting, both arrays ran degraded again, and re-adding them caused them to sync up again. How do I make the partitions stay in the arrays?
Alex