I realized that my system gets VERY slow when performs an aggressive reading or writing to my hard disk. I couldn't find the reason for I while, but take these examples: if I watch a video from my HD the system gets slower, if a watch it from the CD-ROM the systems works normally; when burning a CD (from an ISO or whatever, from my HD) everything gets **so** irritating slow unit burning finished; when copy a big file from a partition to another... and so on. By the way, I don't have this particular problem under MS Windows.
Before Gentoo I was using SuSE 8.0 and then switched. I build it from stage1, and the system itself is now much faster than before (applications, etc), I mean, everything else works correctly but this issue. I was seeking the forum for a possible solution but didn't find it although I found 2 related posts (Slow CP speeds across HD and slow second ide device).
Alright, this is my box:
- HD: 40 GB Maxtor.
CPU: 1 GHz AMD Duron.
RAM: 256 MB DDR.
Code: Select all
bash-2.05b$ dmesg | grep hda
Kernel command line: root=/dev/hda7 hdc=ide-scsi hdd=ide-scsi
ide0: BM-DMA at 0xd400-0xd407, BIOS settings: hda:DMA, hdb:pio
hda: Maxtor 5T040H4, ATA DISK drive
hda: 80043264 sectors (40982 MB) w/2048KiB Cache, CHS=4982/255/6Code: Select all
bash-2.05b# hdparm -tT /dev/hda
/dev/hda:
Timing buffer-cache reads: 128 MB in 0.66 seconds =195.42 MB/sec
Timing buffered disk reads: 64 MB in 33.44 seconds = 1.91 MB/secCode: Select all
/dev/hda1 /mnt/c vfat defaults,uid=1000,gid=100 0 0
/dev/hda2 /mnt/e ntfs defaults,uid=1000,gid=100 0 0
/dev/hda7 / reiser noatime,notail 0 1
/dev/hda6 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrecorder iso9660 user,noauto,ro 0 0
/dev/cdroms/cdrom1 /mnt/cdrom iso9660 user,noauto,ro 0 0So, that's it. Any suggestion, clue, comment... anything?
Thanks in advance, people!


