Subject | Re: [IB-Architect] Disk Bandwidth was License Question |
---|---|
Author | Emil Briggs |
Post date | 2000-03-26T04:42:47Z |
Jim Starkey wrote:
/*
raid0.c : Multiple Devices driver for Linux
Copyright (C) 1994-96 Marc ZYNGIER
<zyngier@...> or
<maz@...>
>From /usr/src/linux/drivers/block/raid0.c
>
> The way to use multiple disks is not placement control but striping
> so that successive page reads automatically go to a device not
> in use. Well, duh. And maybe, just maybe, Linux will figure this
> out someday.
>
/*
raid0.c : Multiple Devices driver for Linux
Copyright (C) 1994-96 Marc ZYNGIER
<zyngier@...> or
<maz@...>