On Wed, Oct 03, 2001 at 04:57:21PM +0200, Gemes Tibor wrote: > > Is there any difficulties in copying the raid1 code from the pdc to the > hptraid.c? If not I guess I should try it. > I downloaded the http://people.redhat.com/arjanv/pdcraid/patch-to-2.4.10 > patch, and found no pdc specific in the raid1 write and read request > methods. > Maybe I missed sg... Compare the raid0 code; there's a /* All but the first disk have a 10 sector offset */ if (i>0) rsect+=10; for hptraid; I *suspect* that is also needed for raid1; although I haven't actually tried it.