On 26 Mar 1997, Dale Martin wrote: > The only "weird" problem that I have had with it is that I needed to > make sure md and raid0 support were compiled into the kernel and not > "modularized". After doing that, using "mdcreate" to make an mdtab > entry, and adding a line to my fstab, everything started "magically" > working.
it works fine as a module IF you edit /etc/init.d/boot and move the stanza which loads the modules & kerneld to just before the stanza which runs 'mdadd -ar' however, this causes problems with 'depmod -a' because the / fs is still mounted RO at this time. craig