Francisco Zafra wrote: > Finally I made the raid system work fine :-) Cool beans ;-). > 1.- This patch will be included in new kernels versions or I have to applied > each time I compile a new kernel version? It will be included at some point, probably "soon". I'm not part of that process so can't really say for sure when.. > 2.- Working with big files (700megs) in the RAID comsumes a lot of cpu > resources, is this normal? I have an Pentium 4, 3Ghz and 1GB RAM... Probably depends how you define "working". For simple operations, my *guess* would be that your CPU should outperform your I/O subsystem, at least if you have DMA enabled. You can check if that's the case with 'hdparm /dev/hd<x>'. I'm not sure how to analyze your CPU problem. You're probably interested in knowing whether it's MD doing XOR for raid5 or it's the kernel busy waiting for your IDE disks. Unless you are doing other things, like encryption for example. Perhaps a tool like 'top' can help you. But again, I have no real good idea how to find out. Perhaps others can be helpful? With 8 disks and a standard PCI bus, my guess would be that your PCI bus would be the first thing to get saturated. - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html