2

I'm trying to move 1.6TB of files from one drive to another in Windows 7 x64. Unfortunately after I begin the job with Windows Explorer, CPU usage goes up to 80-100%. After an unspecified number of hours, CPU usage drops to zero but no real copying work is done. I verified this and the amount of time the disk is busy with assorted system monitoring tools.

The unfortunate implication of this is that when I try to use an alternative file manager to move the files, I can tell that said file manager is just asking explorer to move them - the same standard windows 'move' dialog comes up and the same problem results.

I'm trying to get the files moved. Is there a file manager that handles an operation of this kind without just 'outsourcing' the job to Explorer?

Additional: Both source and destination drives are Internal SATA formatted as NTFS. Windows version is Ultimate.

2 Answers2

3

As said in the comments, don't use the Windows Explorer GUI.

A couple of good options are Robocopy (command line tool built into Windows since Vista), or Teracopy which is a nice GUI tool that does fast copies of lots of files.

For info on how to use Robocopy, see this answer to a previous question (for a different issue, but valid to your case nonetheless) - https://superuser.com/a/349556/36510

misterjaytee
  • 1,913
  • 1
  • 14
  • 21
1

I used Total Commander. It was able to copy the 1.6TB of files that windows explorer could not handle, and it copied the files "on its own" instead of just asking windows explorer to copy them.

I have seen TeraCopy in action and I suspect it would have been a good candidate also, as it does its own file operations.

Although I am certainly open to using the command line, I don't think there is any evidence that the problem is directly related to whether or not a GUI is used.

I set this as the "answer" because that is what I used, feel free to upvote any answer that names a program you know does its own file operations.