linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* HD access sluggish in 2.6.0
@ 2003-12-19  1:57 Yun Zhou
  2003-12-19  7:18 ` bert hubert
  2003-12-19  8:09 ` William Lee Irwin III
  0 siblings, 2 replies; 3+ messages in thread
From: Yun Zhou @ 2003-12-19  1:57 UTC (permalink / raw)
  To: linux-kernel

I'm using a system with 1HD (DC WD600BB-00CAA1 60 GB) using kernel 2.6.0. 
Whenever the system uses the disk extensively (copying a file, untarring, 
etc.), it grinds to a near halt, with the CPU usage at about 100%, even for a 
simple copying operation.

This problem is not present when using 2.4.22, nor any of the 2.4 series 
kernels that I've tried. Does anyone know what is causing this?

Thanks in advance!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HD access sluggish in 2.6.0
  2003-12-19  1:57 HD access sluggish in 2.6.0 Yun Zhou
@ 2003-12-19  7:18 ` bert hubert
  2003-12-19  8:09 ` William Lee Irwin III
  1 sibling, 0 replies; 3+ messages in thread
From: bert hubert @ 2003-12-19  7:18 UTC (permalink / raw)
  To: Yun Zhou; +Cc: linux-kernel

On Thu, Dec 18, 2003 at 07:57:05PM -0600, Yun Zhou wrote:
> I'm using a system with 1HD (DC WD600BB-00CAA1 60 GB) using kernel 2.6.0. 
> Whenever the system uses the disk extensively (copying a file, untarring, 
> etc.), it grinds to a near halt, with the CPU usage at about 100%, even for a 
> simple copying operation.

Please show the output of hdparm /dev/hda:
/dev/hda:
 multcount    = 16 (on)
 IO_support   =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 geometry     = 65535/16/63, sectors = 117210240, start = 0

You will probably see using_dma = 0 there. This in turn probably means you
did not compile in the right IDE driver. Try hdparm -d1 /dev/hda, and/or
recompile your kernel.

> This problem is not present when using 2.4.22, nor any of the 2.4 series 
> kernels that I've tried. Does anyone know what is causing this?

You did not specify any details of your kernel compile so it is hard to
tell.


-- 
http://www.PowerDNS.com      Open source, database driven DNS Software 
http://lartc.org           Linux Advanced Routing & Traffic Control HOWTO

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HD access sluggish in 2.6.0
  2003-12-19  1:57 HD access sluggish in 2.6.0 Yun Zhou
  2003-12-19  7:18 ` bert hubert
@ 2003-12-19  8:09 ` William Lee Irwin III
  1 sibling, 0 replies; 3+ messages in thread
From: William Lee Irwin III @ 2003-12-19  8:09 UTC (permalink / raw)
  To: Yun Zhou; +Cc: linux-kernel

On Thu, Dec 18, 2003 at 07:57:05PM -0600, Yun Zhou wrote:
> I'm using a system with 1HD (DC WD600BB-00CAA1 60 GB) using kernel 2.6.0. 
> Whenever the system uses the disk extensively (copying a file, untarring, 
> etc.), it grinds to a near halt, with the CPU usage at about 100%, even for a 
> simple copying operation.
> This problem is not present when using 2.4.22, nor any of the 2.4 series 
> kernels that I've tried. Does anyone know what is causing this?
> Thanks in advance!

This is typical of IDE disks where the driver is pessimistically using
PIO. A dmesg and .config would help, plus maybe readprofile(1) results
(you'll have to boot with profile=1 on the kernel command-line.) just
in case it's actually something else.


-- wli

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-19  8:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-19  1:57 HD access sluggish in 2.6.0 Yun Zhou
2003-12-19  7:18 ` bert hubert
2003-12-19  8:09 ` William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).