G
Guest
When moving files, which command (move or copy) gets files moved at a faster
rate? Why?
Thanks!
rate? Why?
Thanks!
So you are saying a move is faster? I don't mean in terms of conveniance, I
mean in terms of raw data transfer speed?
Tom Porterfield said:If the move is on the same drive then move is much faster as the only
operation that needs to be performed is an update to the file table. The
actual bytes on the HD don't need to actually be written. For a copy,
obviously a full new copy of the file needs to be made so that is slower.
If you are talking copy vs move to a different HD then the data transfer
speed should be the same either way, but the copy operation will complete
faster as it doesn't also have to remove the file from the original
location.
--
Tom Porterfield
MS-MVP Windows
http://support.telop.org
Please post all follow-ups to the newsgroup only.
Tom said:If the move is on the same drive then move is much faster as the only
operation that needs to be performed is an update to the file table. The
actual bytes on the HD don't need to actually be written. For a copy,
obviously a full new copy of the file needs to be made so that is slower.
If you are talking copy vs move to a different HD then the data transfer
speed should be the same either way, but the copy operation will complete
faster as it doesn't also have to remove the file from the original
location.
I thought that a 'move' under windows XP with NTFS just moved the
pointer to the file - no?