LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-05-2010, 07:59 PM   #1
misterphyrephox
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Rep: Reputation: 0
High IOWait issue


Hello,

I've been having a problem in Ubuntu 9.10 recently where starting about 2 minutes after startup my computer slows down and becomes unresponsive. I believe the problem is associated with a high IOWait because I have the system monitor applet on my Gnome Panel and it displays 100% IOWait every time my system starts to slow down.

I have tried booting into other kernel version and the problem persists.

I don't really know what IOWait is or how to diagnose this problem further. I've looked around online and it seems like you have to find a specific process that is causing the IOWait, but I don't understand how to go about doing that.

Can anyone help me or relate their experiences with this issue?

Thanks in advance for your replies.
 
Old 01-05-2010, 08:24 PM   #2
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
IOWait is typically caused by something that is creating lots of internal I/O throughput (e.g. HDD activity). Is your hard drive chattering away while this is happening? If so, how much memory do you have installed in your machine? It could be that your system is paging, or using a section of hard disk space as RAM, which is very slow (and I/O intensive).
 
Old 01-05-2010, 08:48 PM   #3
misterphyrephox
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by MrCode View Post
IOWait is typically caused by something that is creating lots of internal I/O throughput (e.g. HDD activity). Is your hard drive chattering away while this is happening? If so, how much memory do you have installed in your machine? It could be that your system is paging, or using a section of hard disk space as RAM, which is very slow (and I/O intensive).
My hard drive is not chattering away, but it never really does (I think its rather silent). I don't think its due to paging since my system has 2 GB of RAM and RAM usage, as indicated by System Monitor, is rather low. Could the problem be caused by a specific process and is there a way to find out which process is the culprit?

Thanks so much for your response!
 
Old 01-05-2010, 09:06 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,139

Rep: Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122
use iotop - it's in the Karmic repositories. Looks like top - but for I/O.
 
Old 01-06-2010, 01:40 AM   #5
misterphyrephox
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Original Poster
Rep: Reputation: 0
I ran a hard disk diagnostic program from my laptop's BIOS and I got the following error:
Error Code 0000: Read Verification Failed
Then when I booted into Ubuntu I found a notification icon that says my disk has many bad sectors. When I open up the Palimpsest Disk Utility, they suggest I back up all data and replace the disk. Is this my only option?

The specific attribute that has a warning is the Current Pending Sector Count. The description is:
Number of sectors waiting to be remapped. If the sector waiting to be remapped is subsequently written or read successfully, this value is decreased and the sector is not remapped. Read errors on the sector will not remap the sector. It will only be remapped on a failed write attempt.
Under the "Value" column in Palimpsest it says:
Normalized: 100
Worst: 100
Threshold: 0
Value: 72 sectors

Last edited by misterphyrephox; 01-06-2010 at 01:45 AM.
 
Old 01-06-2010, 07:37 AM   #6
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
when I booted into Ubuntu I found a notification icon that says my disk has many bad sectors. When I open up the Palimpsest Disk Utility, they suggest I back up all data and replace the disk. Is this my only option?
I would say go ahead and replace it. Bad sectors aren't something you want to deal with, unless you're willing to risk losing data.

I've had the same problem before. The way I preserved the OS/data was to get a new hard disk of the same capacity as the original (I got one that was the same make and model, and free of charge because it was still under warranty), and use Clonezilla to make an exact bit-by-bit duplicate of the disk. It worked great for me; I attached both HDDs to the comp and just did a device-device transfer. Not sure how one would do it on a laptop, though...maybe create an image file on an external drive and restore it on the new primary drive from that.

Hope this helps

Last edited by MrCode; 01-06-2010 at 07:40 AM.
 
Old 01-06-2010, 05:32 PM   #7
misterphyrephox
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by MrCode View Post
I would say go ahead and replace it. Bad sectors aren't something you want to deal with, unless you're willing to risk losing data.

I've had the same problem before. The way I preserved the OS/data was to get a new hard disk of the same capacity as the original (I got one that was the same make and model, and free of charge because it was still under warranty), and use Clonezilla to make an exact bit-by-bit duplicate of the disk. It worked great for me; I attached both HDDs to the comp and just did a device-device transfer. Not sure how one would do it on a laptop, though...maybe create an image file on an external drive and restore it on the new primary drive from that.

Hope this helps
Thanks for the advice. I think that's what I'm going to do. Clonezilla looks great!
 
  


Reply



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
high IOWait on server when copying files from network InDubio Linux - Networking 2 03-12-2007 03:10 AM
high iowait in RHES sklam Red Hat 20 12-14-2006 12:35 PM
High Load, Low CPU/RAM/iowait ? newlinuxnewbie Linux - Server 1 09-22-2006 09:24 AM
High loadavg, low CPU & iowait reichhartkg Linux - General 1 07-28-2006 03:44 PM
CPUs in high IOwait state despite of lack of load kvsraju Linux - Enterprise 3 11-03-2005 03:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:47 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