I run Redhat 6.0/kernel 2.2.5-15 and installed raidtools-0.50b.
According to INSTALL file, I just executed ./configure and make.
But,.. several warnings and a following compile error occured and stop
the compilation.
=======================================================================
In file included from /usr/src/linux/include/linux/raid/md.h:52,
from common.h:28,
from raidadd.c:20:
/usr/src/linux/include/linux/raid/md_k.h:59: #error MD doesnt handle
bigger kdev
yet
make: *** [raidadd.o] Error 1
======================================================================
Line 58-60 of "md_k.h" is as follows.
#if (MINORBITS != 8)
#error MD doesnt handle bigger kdev yet
#endif
Most compilation problems including MINORBITS are not showed in HOWTO or
README.
What is this? What can I do for this problem?
Thanks a lot in advance.
In Hwan Kim.
p.s. Where can I get the higher version of raidtools than 0.50b?