* [TonyC] > RAID worked fine under TSL2.1, including auto detect on boot. > > After upgrading to TSL2.2, running kernel 2.4.29, I don't get an "md: > autorun ..." after it's just found a controller card that might (in > fact, does) contain a valid RAID. The partitions are still type "0xfd".
Do you have an /etc/mdadm.conf? It should contain something like this: DEVICE /dev/sda1 /dev/sdb1 ARRAY /dev/md1 level=raid1 devices=/dev/sda1,/dev/sdb1 Also, you could try adding the module to /etc/modules to force an early load of it, though I have no idea if that could possibly help. Can't hurt, anyway :) �ystein -- Outgoing mail is certified Virus Free. _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
