This is a bug that KAV has, but F-Secure, McAfee, and Norton don’t have…
When my defragger is running, Avast goes crazy, trying to scan every file being defragged. (I use O&O defrag and PerfectDisk; both exhibit this behavior).
One of the things Avast does is scan files that are acccesed. When you do a defrag, Avast is “chasing” the defrag operation.
Why not just shut it down until you finish the defrag?
and besides, the defrag operation will run a little bit faster!
You can’t always get every program to work with eveything else.
I have had similar trouble running Disc scan with certain programs running. No biggie. I shut them down, do what needs to be done and reboot.
techie101 is right. I have O&O Defrag too but I think you have a NTFS partition and not a FAT32, am I right?
O&O Defrag works perfectly with avast on FAT32 partitions…
Download it from http://cat.asw.cz/~vlk/aswmon2.sys(Windows XP only!!!), and put into \windows\system32\drivers. Then reboot and see what happens.
Please let me know the results.
Thanks,
Vlk
BTW: jdong, you’re talking about Win32 defrag APIs. I indeed know these APIs but the problem is that the APIs are called after the file is opened, ie. the defragmenter first opens the file (which triggers the scan), and then uses the APIs… I don’t see much options here to recognize what the program is really going to do (instead of recognizing the well-known defragmenters, of course…).