Has there been anymore progess on this..
I have a New Promise Vtrak 15100 with 15 250GB drives that I would
like to raid 5 using 14 drives and 1 hot spare...
The Vtrak takes care of the Raid.. (firmware is BusyBox)
I have sucessfully created a 2 7 drive 1.5 Tb array..
I have tried to mount the 2nd 7 drive array but it on a different LUN.
I have tried recompiling the kernel to support multiple LUNS but the
make modules fails..
My steps below..
Copied the current config /boot/config-2.4.21-15.0.3.EL
to /usr/src/linux/config-mul-lun
make mrproper
make xconfig
load config file config-mul-lun
enabled multiple LUN support
saved the config to file
save and exit
make dep
make modules (this is where it fails with "crypto_hmac_final_)
any suggestions appreciated..