Constant hard drive activity?

Discussion in 'Software' started by Fred_G, May 1, 2007.

  1. Fred_G

    Fred_G Heat packin' geek

    Just noticed one of my folders, running Ubuntu 5.1 (upgrading to 6.06 LTS as I type). The hard drive activity light has been going crazy for the last hour or so. I have not been using the computer, except for folding. It also seems 'sluggish' lately, so evidently the CPU is doing something. I checked the System Monitor, well, not sure what to look for there.

    I did see one thing odd, at least to me, gam_server would change from sleeping to uninteruptable every few seconds. Being unfamiliar with Linux, what should I look for if the update does not solve the issue.

    The computer is an AMD Athlon 2800XP, Abit NF7-s mobo, 512megs of RAM, 80Gig hard drive, ATI 9800XT video. I don't think it is a hardware issue, but never hurts to post the specs... No problems or errors previously, and the computer 'seemed' much faster yesterday. Any ideas?

    E
     
  2. BoredOutOfMyMind

    BoredOutOfMyMind Picabo, ICU

    Are you using Gnome or do you have a server installed with the folding software? Is the box used exclusive for folding?
     
  3. Colemanguy

    Colemanguy MajorGeek

    Folding writes data to the hard drive so its probably just folding. To check this, open a command prompt and type top -u youruser > activelist.txt then a few minutes later do control c to kill it, then attach the text file that was created, this will show the active processes.
     
  4. Fred_G

    Fred_G Heat packin' geek

    Thanks for the replies! I like the new 6.06 look. Looks like the problem is more or less gone, the hard drive activity light only flashes every 3 to 4 secs now, not constant like it was.

    BoredOut: yes I am using Gnome, this is just a basic install, I am running whatever the default is. This is just a folder that I have on my desk so I can try to learn some Linux.

    Colemanguy: Took me a few times to figure out 'youruser' was supposed to be my user name!:D

    Here is the stuff though.
    (B(B 4831 eric 15 0 54152 15m 11m R 0.0 3.2 0:01.02 gnome-panel (B
    (B 4833 eric 15 0 97788 26m 19m S 0.0 5.3 0:02.08 nautilus (B
    (B 4838 eric 15 0 8484 3748 3004 S 0.0 0.7 0:00.02 gnome-vfs-daemo (B
    (B 4841 eric 16 0 17124 5264 3944 S 0.0 1.0 0:00.02 gnome-volume-ma (B
    (B(B 4845 eric 15 0 19064 10m 7676 R 0.0 2.0 0:00.18 update-notifier (B
    (B 4855 eric 16 0 37708 7904 6412 S 0.0 1.5 0:00.09 gnome-cups-icon (B(Btop - 20:00:19 up 15 min, 2 users, load average: 1.01, 0.92, 0.54(B
    Tasks:(B(B 82 (Btotal,(B(B 2 (Brunning,(B(B 80 (Bsleeping,(B(B 0 (Bstopped,(B(B 0 (Bzombie(B
    Cpu(s):(B(B 0.0% (Bus,(B(B 0.0% (Bsy,(B(B 100.0% (Bni,(B(B 0.0% (Bid,(B(B 0.0% (Bwa,(B(B 0.0% (Bhi,(B(B 0.0% (Bsi(B
    Mem: (B(B 515940k (Btotal,(B(B 291416k (Bused,(B(B 224524k (Bfree,(B(B 8400k (Bbuffers(B
    Swap:(B(B 1510068k (Btotal,(B(B 0k (Bused,(B(B 1510068k (Bfree,(B(B 169136k (Bcached(B
    
     PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND (B
    (B(B 5012 eric 39 19 18328 10m 1396 R 99.9 2.0 9:29.17 FahCore_78.exe (B










    (B 4831 eric 15 0 54152 15m 11m S 0.0 3.2 0:01.02 gnome-panel (B



    (B 4845 eric 15 0 19064 10m 7676 S 0.0 2.0 0:00.18 update-notifier (B
    (Btop - 20:00:22 up 15 min, 2 users, load average: 1.01, 0.92, 0.54(B
    Tasks:(B(B 82 (Btotal,(B(B 2 (Brunning,(B(B 80 (Bsleeping,(B(B 0 (Bstopped,(B(B 0 (Bzombie(B
    Cpu(s):(B(B 0.0% (Bus,(B(B 0.0% (Bsy,(B(B 99.0% (Bni,(B(B 0.0% (Bid,(B(B 0.0% (Bwa,(B(B 1.0% (Bhi,(B(B 0.0% (Bsi(B
    Mem: (B(B 515940k (Btotal,(B(B 291416k (Bused,(B(B 224524k (Bfree,(B(B 8400k (Bbuffers(B
    Swap:(B(B 1510068k (Btotal,(B(B 0k (Bused,(B(B 1510068k (Bfree,(B(B 169140k (Bcached(B
    
     PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND (B
    (B(B 5012 eric 39 19 18328 10m 1396 R 99.9 2.0 9:32.17 FahCore_78.exe (B

    Linux is like a forein language to me. I like the WinXP! But my proverbial hat is off to the Linux folks who make the free OS, and people like yourselves that will take the time to help a Linux Noob! I think the true cost of Linux is the time it takes to try to learn it.

    Thanks again.

    E
     
  5. Colemanguy

    Colemanguy MajorGeek

    so for some reason unknown to me your thing looks like gibberish, but as far as i can tell everything looks fairly normally, don't see any odd processes, and folding uses the most resources as it should be.
     
  6. Fred_G

    Fred_G Heat packin' geek

    You should see the original, the copy and paste is better. It has a bunch of half domino pieces all over... Not sure what is up with that, but it is up and folding, so looks like problem solved.

    Thanks

    E
     
  7. Colemanguy

    Colemanguy MajorGeek

    Yes learn to play with top, and ps, both are handy for running processes.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds