Hi all,
since one of the latetst d-u's (roundabout 2-3 weeks ago), I hear a more or less constant activity on one of my two disks.
The first disk houses the os (siduction only) and some data partitions, the second one just data parts.
I tried to find out what is going on using htop. However I could not really find out, how to identify the process respectively the driver for activity, letting my hd (which one of the two ever) constantly klacking.
How shall I proceed to isolating the root cause?
This (http://superuser.com/questions/477428/monitor-disk-read-write-io-per-second-on-debian) looks like it might be a good starting place.
Hi dibl,
yes looks to be a good one. Thanks!
start as root:
iotop -oa
or something like
iotop -oaqqb > io.log
if its not installed:
apt-get install iotop
;)