bug-coreutils
[Top][All Lists]
Advanced

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

Re: "sleep" command generates hardisk activity


From: Phillip Susi
Subject: Re: "sleep" command generates hardisk activity
Date: Tue, 20 Dec 2005 17:05:04 -0500
User-agent: Thunderbird 1.5 (Windows/20051025)

Most likely this is the access timestamps being updated on the files being read, try adding the noatime option to your mount options to prevent this.

Jochen Baier wrote:
hi,

i run in a weird problem: a script which use the "sleep" command, generates hardisk access every x seconds. this is really annoyning cause i can hear the harddisk sound.
an other user reported the same behavier.

the script:

while true; do
sleep 3
done


output from "strace  sleep 3":





reply via email to

[Prev in Thread] Current Thread [Next in Thread]