Andreas Kostyrka wrote:

> open("/dev/md0", O_RDONLY)              = 4
> ioctl(4, 0x40480923, 0x804f748)         = -1 EINVAL (Invalid argument)

The above indicate that you're trying to use the new raid toolchain with
old raid kernel support. You need to apply new raid patch on your kernel
code tree. Get the patch at
 
ftp://ftp.<countrycode>.kernel.org/pub/linux/daemons/raid/alpha/raid0145-19990824-2.2.11.gz

I use a clean 2.2.12 + patch-2.2.13pre11.gz (I've noticed a new
patch-2.2.13pre12.gz now exists) together with the taid patch above. It
works just fine.

<tomas/>

Reply via email to