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: Jochen Baier
Subject: Re: "sleep" command generates hardisk activity
Date: Wed, 21 Dec 2005 00:15:10 +0100
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

Phillip Susi wrote:

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":



thank you so much, this fixed the problem. have a nice sleep ;)

regards jochen




reply via email to

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