[mythtv-users] Hard disk access

Andrew Wilson migmog at gmail.com
Mon Dec 12 17:45:15 EST 2005


You can track which process is reading/writing the disk by doing:

 echo 1 > /proc/sys/vm/block_dump

Then use 'dmesg' to tell you process is using the disk. Turn off
tracking again with

 echo 0 > /proc/sys/vm/block_dump

Hope this helps
Andrew


More information about the mythtv-users mailing list