Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Viewing all disk accesses [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
l_bratch
Guru
Guru


Joined: 08 Feb 2005
Posts: 494
Location: Jersey

PostPosted: Tue Jul 11, 2006 1:50 pm    Post subject: Viewing all disk accesses [Solved] Reply with quote

I'm trying to silence a machine as much as possible, and have got all fans disabled, the only thing remaining is the hard disk.

I have it set to idle timeout after 5 seconds with hdparm -S1 /dev/hda, but it still turns back on to read or write every so often.

Is there some program I can have running that will report all disk activity, so I can try to figure out what is doing it?


Last edited by l_bratch on Wed Jul 12, 2006 1:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
labba
Apprentice
Apprentice


Joined: 01 Oct 2004
Posts: 178
Location: 127.0.0.1

PostPosted: Wed Jul 12, 2006 1:18 pm    Post subject: Reply with quote

Hi!
You could try the following as root:
Code:
echo 1 > /proc/sys/vm/block_dump
tail -f /var/log/messages


This should show you the processes reading/writing from/to disk.
Back to top
View user's profile Send private message
l_bratch
Guru
Guru


Joined: 08 Feb 2005
Posts: 494
Location: Jersey

PostPosted: Wed Jul 12, 2006 1:39 pm    Post subject: Reply with quote

Thanks, that's just what I needed.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum