F5F Stay Refreshed Software Operating Systems Data movement between storage devices is extremely slow

Data movement between storage devices is extremely slow

Data movement between storage devices is extremely slow

J
jonas1708
Member
70
12-31-2016, 02:19 AM
#1
You're experiencing slower performance when moving files between your SSD and HDD on Linux Mint via USB. It might be due to how the file system handles the transfer or the USB interface. You could try optimizing the partition layout, using a faster USB drive, or adjusting the file system settings. If the issue persists, consider checking for driver updates or hardware compatibility.
J
jonas1708
12-31-2016, 02:19 AM #1

You're experiencing slower performance when moving files between your SSD and HDD on Linux Mint via USB. It might be due to how the file system handles the transfer or the USB interface. You could try optimizing the partition layout, using a faster USB drive, or adjusting the file system settings. If the issue persists, consider checking for driver updates or hardware compatibility.

M
mineuout482
Posting Freak
812
01-10-2017, 06:06 AM
#2
It's the usual 7200rpm hard drive, and I was expecting a USB connection but thought I'd get at least a megabyte per second.
M
mineuout482
01-10-2017, 06:06 AM #2

It's the usual 7200rpm hard drive, and I was expecting a USB connection but thought I'd get at least a megabyte per second.

B
Basketteur01
Junior Member
5
01-17-2017, 10:35 PM
#3
The USB connection could be the problem. Check what iostat displays for details.
B
Basketteur01
01-17-2017, 10:35 PM #3

The USB connection could be the problem. Check what iostat displays for details.

D
Derp7575
Member
184
01-18-2017, 03:16 PM
#4
Execute with -xm to identify which drive corresponds to each action.
D
Derp7575
01-18-2017, 03:16 PM #4

Execute with -xm to identify which drive corresponds to each action.

_
_ErikThePanda_
Posting Freak
807
01-24-2017, 08:40 AM
#5
Cheap pendrives tend to perform poorly in random input operations, especially when handling many small files—a common worst-case situation. Speed improves as you move larger files. You can verify this by pausing the copy process and attempting to transfer a big file, such as 100MB, to and from the drive.
_
_ErikThePanda_
01-24-2017, 08:40 AM #5

Cheap pendrives tend to perform poorly in random input operations, especially when handling many small files—a common worst-case situation. Speed improves as you move larger files. You can verify this by pausing the copy process and attempting to transfer a big file, such as 100MB, to and from the drive.