I tried raid1 array thru 2 loop devices.
Raidtab was like this:
-- clip clip --
raiddev /dev/md0
raid-level 1
nr-raid-disks 2
nr-spare-disks 0
chunk-size 4
device /dev/loop1
raid-disk 0
device /dev/loop2
raid-disk 1
--- clip clip---
mkraid worked fine, resync worked also fine.
I was able to make a file system into it and
then mounted it.
But when i started to write big file into it, it
ate all memory and different running programs started to
print 'Out of memory <insert a program name here>'
And eventually very promptly my machine totally hung and
i had to use reset switch.
The kernel was 2.2.13ac1 with raidtools 0.90
-- Mika <[EMAIL PROTECTED]>