You are not logged in.
I recently noticed that my hard drive keeps running.
I knew that I can use some tool to monitor which program (process) is using CPU resources.
Is there any tool to monitor which program is reading/writing hard drive all the time?
thanks
Offline
atop, but it needs kernel patches to monitor disk activity per-process.
Offline
More crudely (and without any kernel patches), you can get a general idea of what could be being written to (at that time) with lsof.
Offline