I bought recently a new pc. I installed Lucid and it works perfectly. The only problem I have is the fact that there is a lot of harddisk activity... Can anybody help me with that?
Announcement
Collapse
No announcement yet.
Problem with harddisk activity
Collapse
This topic is closed.
X
X
-
Re: Problem with harddisk activity
"a lot" is pretty subjective -- how does that compare with "too much" and "just right"?
Some thoughts:
- how much memory in the system, did you make a swap partition? http://kubuntuforums.net/forums/inde...opic=3099574.0
- have you tried turning down swappiness in /etc/sysctl? http://rudd-o.com/en/linux-and-free-...ow-to-fix-that
- is your hardware on the list of drives with a head-unloading issue? https://ata.wiki.kernel.org/index.ph...ds_under_Linux
- are you merely observing the initial strigi indexing on a new installation? If so, it will (eventually) finish and then there will be much less, or else you can do like I do and turn it off.
- what processes might be using the hard drive ("top" will show them in order of resource usage)
If you need more information, you'll have to share some details and your own diagnostic results.
- Top
- Bottom
-
Re: Problem with harddisk activity
Originally posted by dibl"a lot" is pretty subjective -- how does that compare with "too much" and "just right"?
Some thoughts:
- how much memory in the system, did you make a swap partition? http://kubuntuforums.net/forums/inde...opic=3099574.0
- have you tried turning down swappiness in /etc/sysctl? http://rudd-o.com/en/linux-and-free-...ow-to-fix-that
- is your hardware on the list of drives with a head-unloading issue? https://ata.wiki.kernel.org/index.ph...ds_under_Linux
- are you merely observing the initial strigi indexing on a new installation? If so, it will (eventually) finish and then there will be much less, or else you can do like I do and turn it off.
If you need more information, you'll have to share some details and your own diagnostic results.
[/quote]
- Top
- Bottom
Comment
-
Re: Problem with harddisk activity
look at the results of top in a terminal. sit a watch for a minute or so - you should see what's popping to the top of the list. if that doesn't do it, install and run powertop if you can't figure it out. should show whats causing the wake-up's
- Top
- Bottom
Comment
-
Re: Problem with harddisk activity
is jdb java debugger?
If it is java related - try removing openjdk and installing sun-java6 instead
- Top
- Bottom
Comment
-
Re: Problem with harddisk activity
Ah, well that's entirely different isn't it?
Try adding these options to your mount line in fstab: noatime, nodiratime, relatime
Consider using a different format until ext4 has it's bugs worked out (I prefer reiserfs). I don't use ext4.
Review your log files to see if something is doing excessive continuous logging.
Likely, you're seeing activity from journaling that's normal. If the activy is severe enough to slow things down I'd do something.
- Top
- Bottom
Comment
-
Re: Problem with harddisk activity
also you could install the package laptop-mode-tools...
https://wiki.edubuntu.org/PowerManagement
check out "disk management" heading.
- Top
- Bottom
Comment
Comment