Hi all,

I recompiled the kernel 2.4.16 on my Indigo2 just slightly modifying the 
.config file coming with the stock kernel, in order to add RAID 
functionalities. The relevant modules were linked with the kernel itself.

#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=y
CONFIG_MD_RAID5=y
CONFIG_MD_MULTIPATH=m
CONFIG_BLK_DEV_LVM=m

Unfortunatelly the kernel doesn't perform the MD autorun and the /dev/md0 raid 
entry point can't be mounted.
Anybody got success in doing this ?
Any hint will be greatly appreciated.

Franco

Reply via email to