Basic situation:
I am copying some NTFS disks in openSuSE. Each one is 2TB. When I do this, the system runs slow.
My guesses:
try using dd instead of cp .
dd
cp
Or mount the filesystem with the sync flag.
mount
sync
I'm not completely sure if these methods bypass the swap, but it may be worth giving a try.
Just my 2c.