|
|
|
|
|
by barrkel
5375 days ago
|
|
This would be my guess too. By default, Windows optimizes removable devices for filesystem consistency. For copying (or worse, moving) lots of files, that means updating filesystem metadata after every file moved, and flushing buffers. That kind of sync-interspersed random access will kill performance on hardware set up for sequential writes. |
|