this post was submitted on 20 Jul 2024
18 points (95.0% liked)

KDE

4862 readers
47 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

I have two laptops, I'll call them laptop 1 and laptop 2.

Laptop 1 is my gaming laptop, and laptop 2 is a very low-spec one that I use as a jellyfin server. Here's the neofetch result for both of them:

Laptop 1

Laptop 2

The problem

On both of them, I copied a 5GB folder from the laptop to my 3.0 usb flash drive, I used this rsync command on each:

rsync -a --progress folder_path destination_folder_path

Laptop Average transfer speed
Laptop 1 9MB/s
Laptop 2 45MB/s

How is this possible? The Laptop 1 is way superior than laptop 2. The laptop 1 has an nvme SSD while laptop 2 has an old 320GB HDD, yet the transfer speed difference is insane.

Does KDE affect the folder copying somehow? If I copy a file on the same SSD on laptop 1, the speed reaches more than 400MB/s.

What is going on here?

top 14 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 1 month ago (3 children)

My guess is that laptop 1 is connected to the HD through USB2 not USB3. Or u r using USB hub

[–] [email protected] 6 points 1 month ago

Both those speeds are within what USB 2 can do.

[–] [email protected] 3 points 1 month ago

Laptop 2 only supports USB2 according to this page.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (2 children)

I'm not using a USB hub. How can I confirm that the usb port is indeed a 3.0 one? Is the color blue of the port enough?

[–] AnUnusualRelic 6 points 1 month ago* (last edited 1 month ago) (1 children)

It's hard to be completely sure with USB. I think if you can identify the controller, you should be reasonably sure it's actually USB 3 (but then you've got the various flavours of USB 3).

You can browse the output of lspci which should tell you the capabilities of your controllers. In theory.

[–] [email protected] 1 points 1 month ago

Am easy option is to check the output of lsusb and check which bus the storage device shows up on. Device 1 on each bus is the controller which will show as usb1/2/3, with every other device on that bus running at that speed.

[–] [email protected] 2 points 1 month ago

USB 3.0 has additional contacts.

[–] [email protected] 9 points 1 month ago* (last edited 1 month ago) (1 children)

No.

Why would the DE impact what rsync is doing?

The speed of file transfer operations can be affected by a variety of things, CPU load, storage device load, temperature, file system, device protocol (USB/PCIE/SATA).

[–] [email protected] 2 points 1 month ago (1 children)

I see. I read briefly about baloo and other kde related things and just started assuming anything I could to try and fix my problem.

But you're right, KDE should not affect anything about a file transfer, I'll try posting somewhere else later and remove KDE from my line of thought.

Thanks.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (1 children)

Oh yeah, Baloo can do wierd things. Shouldn't be related tho.

I'm down to help. You should investigate whether the USB standard being used is different, though both those speeds should be possible whether it's usb 3 or 2.

I assume the difference is consistent? Same files, same drive, same thing every time?

What's it rated for? If you use something like hdparm to benchmark it on each laptop, are the results wildly different?

The gnome disks tool also has drive benchmarking if you prefer a GUI.

[–] kitnaht 1 points 1 month ago (1 children)

It sounds almost like it's falling back to USB2

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

You could try copying the same data under different circumstances.

How about to another location on the same disk? How about to a location over the network via wifi? If possible, the same test over a wired connection? If you have a flash reader and a card, try that too?

These will help rule in or out USB as a contributing factor.

Edit: further, you could boot to a live image to isolate whether it's a software issue or a configuration issue vs hardware.

[–] hperrin 6 points 1 month ago (1 children)

It’s almost definitely not KDE. But we can’t know what it is with the information you’ve given us. We can speculate, and that’s about it.

[–] c10l 1 points 1 month ago

Speculating is great for troubleshooting. Every time someone speculates a possible cause, it’s possible to devise a way to test it. It’s called hypothesising. Each tested hypothesis, regardless of the actual results, helps to further the understanding of the problem.