Copying/Moving which is faster?
Go to solution
Solved by amintha1992,
if you are asking about the transfer speed and time , then it depends on
- from where to where, like in the same partition or different hard drives or partitions,
- from what to what, from a USB drive to HDD
- what kind of data? sequential or random? long video vs a game installation.
so considering those things its not a straight answer.
- if moving in the same drive/partition is the fastest, it only changes the index to point to the correct sector path
- moving with in the same HDD but different partitions is the second fastest. information have to be moved in to the new partition.
- moving between different drives, no matter what the interface is the slowest, USB to HDD being slowest
- copping in any of the above situation is slower than moving in the respective situation.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now