When I try to mkraid it stops with;
mkraid version 0.36.4
parsing configuration file
handling MD device /dev/md0
analyzing super-block
disk 0: /dev/sdb1, 204218kB, raid superblock at 204096kB
mkraid: aborted
a strace gives this information;
read(5, "/dev/sda1 / ext2 rw,errors=remou"..., 4096) = 144
read(5, "", 4096) = 0
close(5) = 0
munmap(0xe0020000, 8192) = 0
adjtime(ptrace: umoven: Input/output error
{...}, 0) = -1 ENOSYS (Function not implemented)
close(4) = 0
write(2, "mkraid: aborted\n", 16mkraid: aborted
) = 16
Jonas