On Fri, 8 Sep 2000, Tim Brunne wrote:

>*a silent hard disk hard disk is no longer feasible since kernel
>2.2.11*.

Try:

        echo 40      500     64      256 0 >/proc/sys/vm/bdflush

once you want to return to the old behaviour:

        echo 40      500     64      256 500 >/proc/sys/vm/bdflush
        killall -CONT kupdate

With this below additional patch you can avoid having to modify the
bdflush sysctl and you can simply killall -STOP or killall -CONT kupdate
to wake/stop it (as you can just do in 2.4.x).

        
ftp://ftp.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.2/2.2.18pre2aa2/00_kupdate-sigstop-2.2.11-1.gz

Andrea

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to