Hi, On Thu, 2004-08-12 at 01:02, Chris Miller wrote: > I did a install with a 4 drive raid5 but after some playing I wanted > to make 2 raid1's and then make them a raid0. So here is my problem. > When I reboot and do a lsmod I get. Did you rebuild your initrd with mkinitrd? mkinitrd will scan /proc/mdstat to see which raid levels need to be loaded. If you previously only had raid5, then only raid5 will be getting loaded automatically at boot time. Try modprobe'ing the raid0/1 modules and rerun mkinitrd. --Stephen