> So now I have been able to test the new RAID code, but it still fails in the
> same way as the old code from 2.2.13. Take a look at this:
Well, I did some more testing, and the problem seems to be in mkdosfs, not
the RAID code. (D'oh!) mkdosfs won't work on a loopback device, so I assume
that
/dev/loop1 = /dev/md0
It was mentioned in the old HOWTO, so it should be possible. :) I actually
managed to mount /dev/md0 once with the old (2.2.13) RAID code, but mostly
I got the same error as with the new patch.
- Patrik Rådman
000
*
#
So, a filesystem is created, and then magically disappears again!
- Patrik Rådman
, this seems to be the problem:
open("/dev/md0", O_RDWR)= 4
ioctl(4, 0x400c0930, 0xb61c)= -1 EINVAL (Invalid argument)
- Patrik Rådman