What is your setup?

On Wed, Feb 13, 2008 at 04:00:51PM +0100, Michael wrote:
> Hi,
> 
> Marco Peereboom schrieb:
> > Do you have an exact test case on how you reproduce this?
> 
> That's easy, this is enough...
> 
> 
> I=0
> while [ I -lt 300 ]; do
>     dd if=/dev/zero of=/var/tmp/test/$I bs=1m count=100
>     I=(($I+1))
> done

Reply via email to