Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fastest way to move files on a Windows System [closed]

I want to move about 800gb of data from an NTFS storage device to a FAT32 device (both are external hard drives), on a Windows System.

What is the best way to achieve this?

  1. Simply using cut-paste?
  2. Using the command prompt ? (move)
  3. Writing a batch file to copy a small chunks of data on a given interval ?
  4. Use some specific application that does the job for me?
  5. Or any better idea...?

What is the most safe, efficient and fast way to achieve such a time consuming process?

like image 829
Andreas Grech Avatar asked Dec 12 '08 22:12

Andreas Grech


People also ask

How do I move thousands of files at once?

Assuming the files are all the same type (or not too many different types), you can just go to your Documents folder, search for eg. type:mp3 , press Ctrl+A to select all, and drag&drop to the new location. Repeat for each extension.

How do I move files without dragging windows?

You can highlight the files you want to move, and then use Cut/Copy/Paste (either right-click, or the keyboard copy/paste commands) to move it. Cut-and-paste will move it, while copy-and-paste will create a second copy of the file.


2 Answers

Robocopy

You can restart the command and it'll resume. I use it all the time over the network. Works on large files as well.

like image 77
Pyrolistical Avatar answered Sep 19 '22 11:09

Pyrolistical


I would physically move the hard dsk if possible.

like image 41
D'Arcy Rittich Avatar answered Sep 18 '22 11:09

D'Arcy Rittich