Things I Needed to Know
2009-Dec-02, Wednesday 10:32 amGraphical System Monitor doesn't display all processes. For a more accurate view use top.
rtvscand is anti-virus, every time you copy a file it starts up to scan the file. When copying a very large collection of files this causes the CPU to deadlock, and essentially disable the machine's ability to keep copying. This results in transfers taking up to 4/5 times (in my personal experience) longer than on a Windows machine right beside it. To fix the problem, if you trust the source of the files: pkill -9 rtvscand
rtvscand is anti-virus, every time you copy a file it starts up to scan the file. When copying a very large collection of files this causes the CPU to deadlock, and essentially disable the machine's ability to keep copying. This results in transfers taking up to 4/5 times (in my personal experience) longer than on a Windows machine right beside it. To fix the problem, if you trust the source of the files: pkill -9 rtvscand