Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Extreme system slowdown when reading/writing data?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Achilles
Apprentice
Apprentice


Joined: 03 Jun 2002
Posts: 259
Location: Chicago

PostPosted: Thu Sep 18, 2003 11:26 pm    Post subject: Extreme system slowdown when reading/writing data? Reply with quote

After reinstalling gentoo with what I thought was the same options (although an upgraded kernel), my system is rendered almost useless when dealing with any large file. This ranges from unpacking source from an emerge to allocating new space for a bittorrent. The mouse moves very slow and everything else is slow to respond. Does anyone know what might have caused this?
Back to top
View user's profile Send private message
jbrown
Tux's lil' helper
Tux's lil' helper


Joined: 17 Feb 2003
Posts: 81

PostPosted: Fri Sep 19, 2003 12:07 am    Post subject: Reply with quote

somebody put him out of his misery

:twisted:
Back to top
View user's profile Send private message
Achilles
Apprentice
Apprentice


Joined: 03 Jun 2002
Posts: 259
Location: Chicago

PostPosted: Fri Sep 19, 2003 12:11 am    Post subject: Reply with quote

I don't like the sound of that :? :)
Back to top
View user's profile Send private message
jbrown
Tux's lil' helper
Tux's lil' helper


Joined: 17 Feb 2003
Posts: 81

PostPosted: Fri Sep 19, 2003 12:25 am    Post subject: Reply with quote

DMA - Direct Memory Access

When enabled, the drive can write directly into RAM as opposed to the processor reading data into the processor and then back out to RAM.

Code:
emerge hdparm
hdparm /dev/hd? or whatever


to see if its enabled.

Code:
hdparm -d /dev/hd? to enable


to try and activate it.

There is a hdparm rc script you could try:

Code:
rc-update add hdparm default


If it won't enable you may have to configure your kernel again. Look closely at the different IDE options.

multcount, IO_support, unmaskirq and readahead also affect performance

On the other hand - it could be something completely different...


:wink:
Back to top
View user's profile Send private message
drakonite
l33t
l33t


Joined: 02 Nov 2002
Posts: 768
Location: Lincoln, NE

PostPosted: Fri Sep 19, 2003 12:49 am    Post subject: Reply with quote

Also make sure that if your computer uses a VIA chipset that you enable VIA chipset support in your kernel (somewhere in the mess of hard drive options...).

Otherwise your via chipset will have no busmastering and it'll slow your computer to a halt when doing disk reads/writes.
_________________
Shoot Pixels Not People

My GPG/PGP Public key
Back to top
View user's profile Send private message
Achilles
Apprentice
Apprentice


Joined: 03 Jun 2002
Posts: 259
Location: Chicago

PostPosted: Fri Sep 19, 2003 1:50 am    Post subject: Reply with quote

Thanks for your replies! I don't have a via chipset, but adding it to my default run level worked like a charm!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum