LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-06-2006, 10:27 AM   #1
Svip
Member
 
Registered: May 2005
Distribution: Slackware GNU/Linux 10.2
Posts: 31

Rep: Reputation: 15
Constant hdd writing/reading? Crazy stuff!


I can constantly hear my hdd being (ab)used. I am wondering what I can do to limit this. Because my system is very slow when running X, well... slow at starting up applications, when they are running, it's almost like flying.

I just wish to know reasons for a lot of hdd activity, when I had ubuntu on this very machine, the hdd activity was much less active.
 
Old 06-06-2006, 10:48 AM   #2
KeithE
Member
 
Registered: Jan 2003
Location: Mesa, AZ
Distribution: Linux Mint
Posts: 155

Rep: Reputation: 35
Quote:
Originally Posted by Svip
I can constantly hear my hdd being (ab)used. I am wondering what I can do to limit this. Because my system is very slow when running X, well... slow at starting up applications, when they are running, it's almost like flying.

I just wish to know reasons for a lot of hdd activity, when I had ubuntu on this very machine, the hdd activity was much less active.
How much swap space did you allocate on your hard drive? Or maybe you have a memory leak somewhere (Older version of Firefox? Mplayer has had a few issues on my machine as well) that's eating up the swap space you did set up. Try logging out and back in again and see if that fixes the problem.
 
Old 06-06-2006, 10:56 AM   #3
Svip
Member
 
Registered: May 2005
Distribution: Slackware GNU/Linux 10.2
Posts: 31

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by KeithE
How much swap space did you allocate on your hard drive? Or maybe you have a memory leak somewhere (Older version of Firefox? Mplayer has had a few issues on my machine as well) that's eating up the swap space you did set up. Try logging out and back in again and see if that fixes the problem.
Firefox is newest version. I am not using MPlayer... right now. I have allocated 512MB for swap. Is that stupid? Swap is currently at 0.50, and as I said, running applications rarely have an problem.
 
Old 06-06-2006, 11:03 AM   #4
davidsrsb
Member
 
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770

Rep: Reputation: 33
What does top show on memory usage?
It's also worth running hdparm to check your disk throughput is ok.
 
Old 06-06-2006, 11:09 AM   #5
Svip
Member
 
Registered: May 2005
Distribution: Slackware GNU/Linux 10.2
Posts: 31

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by davidsrsb
What does top show on memory usage?
It's also worth running hdparm to check your disk throughput is ok.
Memory is at 1.00, yes.

hdparm for hda1 and hda4:

Code:
/dev/hda1:
 multcount    = 16 (on)
 IO_support   =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    =  8 (on)
 geometry     = 9733/255/63, sectors = 152248005, start = 4112640
Code:
/dev/hda4:
 multcount    = 16 (on)
 IO_support   =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    =  8 (on)
 geometry     = 9733/255/63, sectors = 4112577, start = 63
 
Old 06-06-2006, 01:32 PM   #6
tubatodd
Member
 
Registered: Jun 2003
Location: Birmingham, Alabama (USA)
Distribution: Slackware
Posts: 351

Rep: Reputation: 30
This may NOT have to do with your hard drive however I recently worked on a friends computer and the hard drive they had came with S.M.A.R.T. and SMART detected a problem with the hard drive. It was doing the very same thing (while running Windows). Hard drive access was slow, but programs running in RAM were fine. According to the users guide from the hard drive....the drive was toast. I installed a new one and everything was fixed. I HOPE it isn't a hardware problem, but those symptoms sounded familiar.
 
Old 06-06-2006, 02:10 PM   #7
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
what wm/de do you use?

after an upgrade a long time ago, my hdd light
would be on constantly under kde. switched to a wm
...problem solved.
 
Old 06-06-2006, 03:42 PM   #8
antis
Member
 
Registered: Nov 2004
Location: sweden
Distribution: Arch
Posts: 67

Rep: Reputation: 15
If you are using KDE try disabling the KDED Media Manager.
Have a look at one of my previous posts here: http://www.linuxquestions.org/questi...d.php?t=386967
 
Old 06-06-2006, 04:07 PM   #9
Svip
Member
 
Registered: May 2005
Distribution: Slackware GNU/Linux 10.2
Posts: 31

Original Poster
Rep: Reputation: 15
I am using dropline GNOME, for your information.

@tubatodd: I certainly don't hope so.
 
Old 06-06-2006, 04:41 PM   #10
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
I am curious about this as well. I noticed a lot that my computer would just start cranking away at the hard drive when I wasn't even using it. I don't seem to be having the problem anymore since I upgraded my memory/cpu, but I would still like to see what my computer is doing when it thinks I am asleep

Does anyone have any recommendations on how to spy on what's going on in my system after it goes idle?

thanks!
...drkstr
 
Old 06-06-2006, 06:17 PM   #11
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
drkstr, have you looked at the sysstat package from http://perso.orange.fr/sebastien.god...mentation.html? I think it does what you're looking for.
 
Old 06-06-2006, 06:24 PM   #12
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Quote:
drkstr, have you looked at the sysstat ackage from http://perso.orange.fr/sebastien.god...mentation.html?
No I haven't, and yes, that is exactly what I am looking for. Thanks for the link!

...drkstr
 
Old 06-06-2006, 11:59 PM   #13
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
I do notice that at midnight the linux goes crazy on every pc. I think that's the indexing tho.
 
Old 06-07-2006, 12:27 AM   #14
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
Quote:
Originally Posted by Old_Fogie
I do notice that at midnight the linux goes crazy on every pc. I think that's the indexing tho.
the default is 4:40am
 
Old 06-07-2006, 01:45 AM   #15
theoffset
Member
 
Registered: Aug 2005
Location: Guadalajara, Jal, Mexico
Distribution: Slackware Linux
Posts: 211

Rep: Reputation: 31
Just to eliminate the chance, why don't you run a SMART test on the disk?

Of course, you need a SMART capable BIOS and HD.

Here's what you have to do**:
(**First than anything, you may want to light-read "man smartctl" and "man smartd" -I said light-read because these man pages are huge)
  1. Enter the BIOS (reboot the machine and press the magic key) and enable SMART (some BIOSes enable it for all the Hard Drives, some others just for selected HDs).
  2. Re-boot into Linux and login as root

    If you had been running /usr/sbin/smartd (And had SMART enabled in the BIOS) then you can check the system logs (in a default Slackware syslog config all the smartd messages goes to /var/log/messages) for any sign of errors.
  3. Run
    Code:
    smartctl -c </dev/hda or your hard disk name>
    Check the value of "Extended self test routine recommended polling time".
  4. Now run the actual self test:
    Code:
    smartctl -t long </dev/hda or your hard disk device name>
  5. You should wait the number of minutes recommended in the "Extended self test routine recommended polling time".
  6. Then check the results
    Code:
    smartctl -a </dev/hda or your hard disk device name>
    You can get just the overall result with
    Code:
    smartctl -H </dev/hda or your hard disk device name>
  7. Most of what is stated when running "smartctl -a" is pretty self explanatory, except maybe the "Vendor specific SMART attributes with Thresholds", basically if any attribute with a TYPE of Pre_fail has its VALUE lower than THRESH, then your HD is about to collapse.

Hopefully it will not be a HD issue.

Good Luck.

Last edited by theoffset; 06-07-2006 at 01:50 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
reading and writing floppydisks anatman Linux - Newbie 3 05-22-2006 01:32 AM
Going crazy trying to install gtkpod, amarok, libraries.. general noob stuff Dachy Slackware 1 02-12-2006 07:03 AM
writing and reading from a file! sahel Programming 1 12-27-2005 02:33 PM
C File reading and writing AbhishekSamuel Programming 3 05-03-2005 04:59 PM
Help reading and writing to file xiste Programming 1 04-15-2005 01:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration