[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] RHL keeps on read/write HDD every 6 seconds !!? simply
On Mon, Dec 20, 1999 at 03:23:15PM +0530, spk wrote:
> Hello,
>
> Why RHL keeps on reading hdd every 6 seconds
> even though am not running/doing anything, is it
> any cron job running behind if so how to disable it
> and how to go into low power/suspend mode in linux?
> Any help/pointers are welcome,
It's probably your bdflush daemon flushing dirty buffers
# cat /proc/sys/vm/bdflush
to check your settings. The docs are in:
/usr/src/linux/Documentation/sysctl/vm.txt
Be careful - an incorrectly tuned system can be screwed badly. You
probably want to tune age_buffer parameter from the 30s default. But
doing this means you'll lose more data in the case of a power failure.
-Arun
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.