My desktop is usually very responsive, even under heavy load. But when I copy files to a USB drive, it always locks up after some time. By "lock up", I mean:
- Moving focus from one window to another can take 10-20s
- Switching desktops can take 10-20s
- Videos don't update anymore (in YouTube, the audio continues to play, only the video freezes)
The system load isn't exceptionally high when this happens. Sometimes, I see a lot of white on xosview indicating that the kernel is busy somewhere.
At first glance, it looks as if copying files to the USB drive would interfere somehow with compiz but I can't imagine what the connection could be.
Here is the output of htop
:
Here is the output of iostat -c -z -t -x -d 1
during a 2 minute hang:
19.07.2012 20:38:22
avg-cpu: %user %nice %system %iowait %steal %idle
1,27 0,00 0,38 37,52 0,00 60,84
Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
sdg 0,00 2,00 0,00 216,00 0,00 109248,00 1011,56 247,75 677,69 0,00 677,69 4,63 100,00
As you can see, only the external harddisk is active. Here is the complete log: http://pastebin.com/YNWTAkh4
The hang started at 20:38:01 and ended at 20:40:19.
Software information:
- openSUSE 12.1
- KDE 4.7.x
- Filesystems: reiserfs and btrfs on my internal harddisk, btrfs on the USB drive
sync
to see what effect (if any) this has? – Alexios Jul 11 '12 at 15:00grep name /proc/cpuinfo
to your question please. – jippie Jul 11 '12 at 16:15cp
from the command line to exclude possible dolphin bugs. – Jari Laamanen Jul 11 '12 at 23:39rsync
from the command line. – Aaron Digulla Jul 12 '12 at 07:01xosview
– Aaron Digulla Jul 16 '12 at 09:47top
to your question? Make sure it shows the separate cores (strike1
) and the State column 'S' is shown. – jippie Jul 16 '12 at 20:33iostat -c -z -d 1
– Aaron Digulla Jul 17 '12 at 08:34cp
instead ofrsync
. Usingnice
fixed it for me. – Marco Jul 19 '12 at 19:24