[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: E250 crashing hard with 2.4.16 and 2.4.17



On Fri, 1 Mar 2002 franco@i-m-c.it wrote:

> in my opinion it isn't a ext3 problem.
> i have a E250 whit 2.4.17 and ext3 , with debian woody, and it seem work
> fine
> from 32 days of update without any problem.
Well, my box was also running fine for several days.  Would you mind
just to test

    #!/bin/bash
    i=0
    while [ $i -lt 1000 ] ; do
       echo $i
       let i="$i+1"
       dd if=/dev/sda4 of=/dev/null
    done

on your machine (or any other big partition which does some workload
on your box).  This script reproduces the problem for me every time
I run it after less than 10 cycles.

Kind regards

         Andreas.



Reply to: