Have you tried hdparm to see if the disk is in a stupid mode and needs something (DMA most likely) switched on to perform? Dell BIOSes often get this wrong. idebus=66 on the kernel command line is appropriate too. Andrew --On Saturday, January 11, 2003 10:12:55 -0800 Andrew Morton <akpm _at_ digeo.com> wrote: > On Sat January 11 2003 07:37, Roe Peterson wrote: >> >> Although Dell doesn't consider the precision M50 a laptop (it's a >> "portable workstation"), this list >> looks like a good place to start :-) >> >> I'm having a big problem with a brand-new M50. The symptoms persist >> whether I try Redhat 7.3 >> or 8.0. >> >> Generally, everything is fine, right up to the time the machine starts >> paging out to disk. Then, the >> system essentially grinds to a halt. >> > > You'd need to determine whether the CPU is busy or idle when this is > happening. > > If it's busy, profile the kernel: > > - boot with "profile=1" on the kernel command line > > - > readprofile -r > <do something> > readprofile -v -m /boot/System.map | sort -n +2 | tail -40 > > It it's not busy, then: > > while true > do > ps axl | grep ' D ' > sleep 1 > done & > <do something> > > > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo _at_ vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
References:
- dell precision m50 _very_ slow paging/swappingRoe Peterson
- Re: dell precision m50 _very_ slow paging/swappingAndrew Morton
- Prev by Date: Re: kconfig (gkc) [PATCH]
- Next by Date: Re: any chance of 2.6.0-test*?
- Previous by thread: Re: dell precision m50 _very_ slow paging/swapping
- Next by thread: Re: choice of raid5 checksumming algorithm wrong ?
- Indexes:[Main][Thread]