From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <47A98F63.2030301@gmx.de> Date: Wed, 6 Feb 2008 11:43:47 +0100 From: Kernel Panic User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] VIA VT8237 SATA/RAID i/o errors, dma doesnt work References: <04c53dc9441e182cb7a9b176ff73a81d@coraid.com> In-Reply-To: <04c53dc9441e182cb7a9b176ff73a81d@coraid.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 490fb890-ead3-11e9-9d60-3106f5b1d025 erik quanstrom wrote: >you may want to try a block size of 64k in your tests. >this may make a difference. > > thats exactly what the dd based testscript does: fn rotest { ... dd -if $1 -of /dev/null -bs $3 & ... } ... b=65536 rotest $d $t $b ... i choose that blocksize because the I/O erros printed by venti while i first tried to copy arenas showed that blocksize. i conclude for now that doing paralel io on both drives results in I/O errors in short time. reading/writing a single drive, the system hangs/freezes after many hours without a trace. >- erik > > cinap