Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to identify processes with HD Access

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Guest

How to identify processes with HD Access

#1 Post by Guest »

Hi,

when my system is idling there is still some hard disk activity all the time - one access in every 1 to 5 seconds - which prevents my hard disk from entering sleep mode.

How can I identify the responsible process(es) ?
Is there any way to restrict hard disk access selectively ?

Guest

#2 Post by Guest »

finally found the solution myself: top -d 1 revealed kupdated as culprit; searching the web for kupdated issues lead me to the following link:
http://elibrary.fultus.com/technical/in ... 09s04.html
it seems that reiser-fs is causing the idle activity; I will try powersave as next step

Guest

#3 Post by Guest »

Thanks I was wondering about that to :)

tgoodaire
Posts: 5
Joined: 2004-09-09 12:32

#4 Post by tgoodaire »

I believe that:

lsof /dev/hdax would tell you what process(es) are using your partition. (Replace the x with the actual device name).

Post Reply