To make copying quicker, i sometimes have several transfers windows together transferring multiple files/folders.

Does this method cause fragmented hard drive and it is better to have 1 transfer instead of multiple?

link|improve this question

55% accept rate
Any particular OS? – Moab Aug 5 '11 at 15:32
feedback

2 Answers

In practice, No. Theoretically, Yes.

No, because there are several factors that could cause a file to be fragmented, if you execute one or three copy dialogs at the same time shouldn’t matter.

Yes, because it could happen that one file from one dialog only write a file partially and the second dialog write the next file directly after it, causing the first file to be fragmented. However, given how many writes a typical computers executes every day, this could be ignored.

I guess the best solution (if you want to be 100% sure) is simply executing the copy as fast as possible to get the job done fast, and in the night run a defrag cycle.

In case you are running Windows 7 you don’t even need to this because it will run DEFRAG once a month anyway.

link|improve this answer
As far as I know, Windows 7 doesn't schedule defragmentation. – Klemen Košir Aug 5 '11 at 11:29
I can't verify this at the moment but given these links howtogeek.com/howto/windows-vista/… and downloadsquad.switched.com/2009/01/26/… I think this information is correct. – TeX HeX Aug 5 '11 at 11:48
1  
@Klemen Košir That is totally incorrect. By default, Windows 7 schedules a defrag every week. It runs in the background when the system has been idle for at least 3 minutes. Go into Administrative Tools>Task Scheduler and look at the Windows task under Defrag. – KCotreau Aug 5 '11 at 12:37
Sorry, my bad. I had installed Defraggler a while ago and I forgot it overrides the default schedule. – Klemen Košir Aug 5 '11 at 12:55
feedback

In general, copying multiples files won't make them copy quicker...

I imagine that all those files come from a single point (for example, one flash drive or one HDD) and go to a single point (one HDD).

In the HD-to-HD copy, if files are defragmented in the source, the head of the HDD will be positioned in one position and read through. If you choose to copy multiple files, the head will be positioned somewhere, read some data, them move to another place, read another piece, them go back to the first file, read some more, them move to another place, them....

Take a look at this question: Which is faster, copying everything at once or one thing at a time?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.