Do you imagine that it somehow reads beyond the end of the file on the disk until it reaches the block size you have specified?
In case you're wondering why I don't simply use a fixed block size of 16_777_216: I thought that the larger the allocated space, the more time it would take to allocate it, and the less space would be available to the rest of the system while the copy is in progress. It may be a negligible time difference, but since I can avoid it with a very simple calculation, why not do it?
Topic:
App & System Services
SubTopic:
General
Tags: