I couldn't read WINMAIL.DAT but I use RAID0 and EIDE drives (2.0.36
kernel):

[tim@asus]$ cat /etc/raidtab
raiddev                 /dev/md0
raid-level              0
nr-raid-disks           2
nr-spare-disks          0
chunk-size              16
device                  /dev/hdg7
raid-disk               0
device                  /dev/hde7
raid-disk               1
[tim@asus]$ cat /proc/mdstat
Personalities : [1 linear] [2 raid0] [3 raid1]
read_ahead 8 sectors
md0 : active raid0 hdg7 hde7 6345600 blocks 16k chunks
md1 : inactive
md2 : inactive
md3 : inactive
[tim@asus tim]# fdisk -l /dev/hd{e,g}

Disk /dev/hde: 255 heads, 63 sectors, 790 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start      End   Blocks   Id  System
/dev/hde1             1      261  2096451    6  DOS 16-bit >=32M
/dev/hde2           262      789  4241160    5  Extended
/dev/hde5           262      266    40131   82  Linux swap
/dev/hde6           267      394  1028128+  83  Linux native
/dev/hde7           395      789  3172806   83  Linux native

Disk /dev/hdg: 255 heads, 63 sectors, 790 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start      End   Blocks   Id  System
/dev/hdg1             1      261  2096451    6  DOS 16-bit >=32M
/dev/hdg2           262      789  4241160    5  Extended
/dev/hdg5           262      266    40131   82  Linux swap
/dev/hdg6           267      394  1028128+  83  Linux native
/dev/hdg7           395      789  3172806   83  Linux native

Also look at raidadd(8) and the Software-RAID mini HOWTO. 
raidtools-0.50beta10-2 has some samples.  Basically add raid to the kernel
pick partitions NOT on the same IDE controller.  The only reliability
issues I've had is when I changed /etc/raidtab without reinitializing
/dev/md0, and/or forgot raidstop/start.

Performance is at minimum double the non-RAID0 speed of each partition. 
For drives on separate ide controllers with separate interrupts (init 5):
16-17MB/s for large contiguous files.  With a single interrupt (Promise
Ultra/33), 13-14MB/s.


> I've been reading the mailing list for some time but haven't come across
> anybody using IDE drives in a stripping configuration so here goes. I have
> an 80486DX4 100Mhz Intel clone box and two identical Western Digital 850MB
> drives. What I would like to do is put one of these drives on each IDE
> channel and then set them up in a Raid 0 configuration. I realize that this
> doesn't offer high reliability, if one drive crashes the whole system is
> down. But I have read that this will offer increased disk access speed
> which is what I am looking for. My question is, Is this possible? And if so
> where should I be looking for some additional information? I am student and
> have some experience with Linux but want to do this more as an experiment
> to see if it is possible.
> 
>                   Name: WINMAIL.DAT
>    WINMAIL.DAT    Type: unspecified type (application/octet-stream)
>               Encoding: x-uuencode
> 
> ________________________________________________________
> NetZero - We believe in a FREE Internet.  Shouldn't you?
> Get your FREE Internet Access and Email at
> http://www.netzero.net/download.html

-- 
[Replies: make the double y a single]

"Everything is permitted.  Nothing is forbidden."
                                   WS Burroughs.

Reply via email to