Re: ATA mkIII first official patches - please test!

From: Frode Nordahl <frode_at_nordahl.net>
Date: Sat, 5 Feb 2005 16:53:08 +0100
On Feb 5, 2005, at 12:37, Søren Schmidt wrote:
>>> o       ATA RAID support has been rewritten and and now supports 
>>> these
>>>         metadata formats:
>>>                 "Adaptec HostRAID"
>>>                 "Highpoint V2 RocketRAID"
>>>                 "Highpoint V3 RocketRAID"
>>>                 "Intel MatrixRAID"
>>>                 "Integrated Technology Express"
>>>                 "LSILogic V2 MegaRAID"
>>>                 "LSILogic V3 MegaRAID"
>>>                 "Promise FastTrak"
>>>                 "Silicon Image Medley"
>> This works with my Intel S875WP1-E with Intel ICH5 / Adaptec HostRAID 
>> onboard!
>
> Good :)

I have been abusing a installation with this controller for the last 5 
hours without incident! I'll let it run 'till monday.


Running the following on /dev/ar0 which is a RAID1 on top of two 80G 
Maxtors (Maxtor 6Y080M0 YAR511W0):

in /var/tmp (20G) 5 simultaneous runs, extract and remove a copy of 
/usr/src (the tar is read from a seperate PATA disk)
while true; do
         for i in 0 1 2 3 4; do
                 mv ./$i/usr ./$i/usr.bak
                 rm -rf ./$i/usr.bak &
                 tar -C ./$i -xf /1/src.tar &
         done
wait
done

in /usr/home (50G) write a 4G file over and over again, read a 4G file 
over and over again
while true; do
         dd if=/dev/zero of=write bs=1m count=4k &
         dd if=read of=/dev/null bs=1m &
         wait
done

Maybe I'll throw in some bonnie processes as well just for fun :-)


Regards,
Frode

> -- 
>
> -Søren
>
>
Received on Sat Feb 05 2005 - 14:53:12 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:27 UTC