I'm trying to move files from an SSD to an HDD on Ubuntu 20.04, but the transfer speeds are extremely slow.
After half an hour, only 1.3 GB has been copied.
My research hasn't helped, most solutions I found discuss network or USB issues, which don't apply here.
SSD: 500GB, ext4, boot drive, 95% use
HDD: 2TB, ext4, mounted on /media/disk
I attempted several solutions.
- Dropping the ram cache (The system is using 28.5GiB of cache out of 31.1 avaliable), but the drop does not work and hangs forever. Using this solution
- Using ionice through iotop to increase priority, which helps.
- Using rsync instead of cp
No matter what i try, i only get at best 2.5MBps on average. Considering that 99% of the files are 3.5MB and above, i think that the transfer speed should be much faster.
I have a Seagate ST2000DM008 7500rpm 2TB hdd.