On Tue, 1 Nov 2005, Ron Johnson wrote:

> Sure you will.  If you are dealing with large bits of data, 
> writing to it will be N times faster because the computer writes 
> chunks of data to the disks in parallel.

yup.. if you read/write data from the the 2 spindles 

can the ide drivers be told to write the 1K byte file by splitting it
into 2x 512byte files write each onto the 2 different spindles is the
trick :-)

        same for 100GB files .. to split it into 2x 50GB each
        on each spindle 

should be a fun driver to write(if needed), config and test

c ya
alvin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to