When moving large files (700MB+) to an external drive formated in NTFS via USB 3.0 I've noticed strange things about explorer.exe (I am using up-to-date Windows 7)
- Sometimes after moving the file Explorer gets stuck (it can happen after a few files when moving several large files) - moving window freezes and I am unable to kill explorer (via taskmgr or cmdline TASKKILL). In command line I've got something like this (taskmgr shows that explorer.exe is still running - I get the same PID every time I try to kill it and no diagnostic message):
C:\Windows\system32>TASKKILL /F /IM explorer.exe
SUKCES: proces "explorer.exe" o identyfikatorze PID 6296 został zakończony.
C:\Windows\system32>TASKKILL /F /IM explorer.exe
SUKCES: proces "explorer.exe" o identyfikatorze PID 6296 został zakończony.
If I try to run another explorer.exe process at this point, I get desktop icon and start bar back but I cannot open any explorer window
After a few minutes explorer.exe finally dies and I am able to rerun it without rebooting
File that I moved has two copies - one local and one on the external drive (the original file isn't deleted after move); Both copies seem to contain the same data (same length and CRC info)
If this happens during move of multiple files, only some files are moved and one of them has two copies (both local and on the external drive)
What can I do to fix those explorer freezes?
Added:
The same problem exists when copying files, it hangs up between large files
Similar problem exists when I tried to use TotalCommander (x64): copying paused at 80% of one of files, TC didn't hang up (but clicking cancel in copying dialog box didn't have any effect). During this pause I can't kill TotalCmd.exe just like Explorer.exe
Added (2):
- This problem seems to disappear when I use 32 bit applications (like TotalCommander (x86) ), but I need to do more testing to be sure of this
Added (3):
There are several errors in the event log, source: disk, id: 11, qualifiers: 49156, task: 0, level: 2, keywords: 0x80000000000000
(This may be important, and I forgot to mention this): Main disk is encrypted with Truecrypt (boot-in password)