> 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:
<snip>
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's the problem:
# mkdosfs /dev/loop4
mkdosfs 0.4, 27th February 1997 for MS-DOS/FAT/FAT32 FS
mkdosfs: unable to get drive geometry for '/dev/loop4'
I'm now using ext2, and /dev/md0 seems to be working fine...
- Patrik