On Sunday 26 October 2003 15:45, Mario Giammarco wrote: > Hello, > My problem is: I have seen that RAID1 code does not interleave reads so > it does not improve performance very much putting two hard disks. After thinking about your question for a minute, I think I found the obvious reason for that. Raid1 being a mirror set it does not make sense to interleave anything. Either disk1 reads it first or disk2 reads it first. Once you get the data from either disk, then you're done; no need to wait for the second disk (giving you the identical datablock). Interleaving only makes sense with other raid levels, but not with level 1. Maarten -- Yes of course I'm sure it's the red cable. I guarante[^%!/+)F#0c|'NO CARRIER - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html