You are not logged in.
Hi everyone, I installed Q4OS Aquarius with Trinity desktop on a Hp 6730S laptop but I have a slow file transfer problem, same file, same external drive, same USB port, in windows 10 the file is transferred at 22.8 MB/s while with Q4OS it is transferred at 1.2 MB/s why? How can I improve the transfer, Thanks
Offline
Interesting discussion here: https://www.reddit.com/r/linux/comments … ncredibly/
Both systems work in different ways. There is certainly slowness when it comes to wanting to eject a usb thumb drive in GNU/Linux compared to Windows which is mentioned in the link I posted above. At least in Windows you know when it is safe to remove a USB drive you have been writing too. I wait for the USB icon to disappear in Windows before unplugging the thumb drive (Windows 7 Pro 64-bit!). There is only an indication that it is safe to eject in GNU/Linux yet the hardware activity light continues to flash, indicating that files have not yet been fully written to disk.
I did find this 4 year old post of interest:
ASUS X470-PRO, AMD Ryzen 7 1700X 8 Core, 16 Gb RAM, Asus GT1030 2 Gb DDR-5 Q4OS 5.7 (Aquarius)
Offline
Im running Windows and Q4OS KDE and Im not having any issues with speed/mbps. Ive had issues with some drives in Linux. Have you tried a different drive to test?
Q4OS Aquarius 5.x KDE Dell Inspiron 3670, Dell Latitude 5450
Offline
@crosscourt
I tried both with an external Toshiba USB 3.0 HD and with a Pen Drive and the problem is the same. In Windows the same file is transferred much faster. Could it be a question of the USB drivers?
Offline
Are your USB drives using exfat or fat32? Exfat is definitely the faster choice for Linux.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670, Dell Latitude 5450
Offline
Hi, the same thing is happening to me. I want to create partitions or transfer files to the USB and the transfer is very slow.
Offline
Could be a file cache issue. Is the speed better or worse when you do large file transfers vs small file transfers? Cache takes a beating with large file transfers, depending on how much ram you have in your system and the USB drivers involved it could be quite slow. that are that are
Im running systems that are Intel 5th and 8th gen systems and the file transfer speeds are close but Windows does perform better.
I mostly use SanDisk drives and havent had any issues.
Last edited by crosscourt (2025-05-07 22:00)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670, Dell Latitude 5450
Offline
Before switching to Q4OS I used Ubuntu for years, recently I used 22.04 and I never had this slowdown, the PC is still the same, an HP 6730S, a bit old I know but for me it works fine, even under Ubuntu I used the same external HD, a 2GB Toshiba, I only noticed the slowdown under Q4OS and I used the same transfer file. I would like to attach some images but I don't know how to do it
Last edited by minuccio63 (2025-05-08 08:19)
Offline
I would like to attach some images but I don't know how to do it
Post reply > Choose file > Submit
Offline
Please try to run command:
$ rsync -ah --progress the_same_file.avi /tmp/
and post back the result
Offline
mino@mino-Porta1:~/Prova$ rsync -sh --progress Andor.avi /tmp/
Andor.avi
467,53M 100% 163,61MB/s 0:00:02 (xfr#1, to-chk=0/1)
Offline
Well, the internal transfer speed is fine. Now try the same command, but with the storage in question, the same port, device, file as within the Windows run:
$ rsync -ah --progress the_same_file.avi /the_external_drive_mount_point/
Moreover, replug the external device in question, run commands and post back its output:
$ lsusb
$ dmesg | tail -n15
Offline
0DD87/prova
sending incremental file list
Andor.avi
126,45M 27% 45,02kB/s 2:06:16 ^Z
[1]+ Fermato rsync -ah --progress Andor.avi /media/mino/9AF2F0F
CF2F0DD87/prova
mino@mino-Porta1:~/Prova$ lsusb
Bus 003 Device 005: ID 0480:0901 Toshiba America Inc EXTERNAL_USB
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 002: ID 0000:3825 USB OPTICAL MOUSE
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 03f0:171d HP, Inc Bluetooth 2.0 Interface [Broadcom BCM20 45]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
mino@mino-Porta1:~/Prova$ dmesg | tail -n15
[183176.001352] usb 3-6: Product: EXTERNAL_USB
[183176.001359] usb 3-6: Manufacturer: TOSHIBA
[183176.001364] usb 3-6: SerialNumber: 20220724009632F
[183176.002116] usb-storage 3-6:1.0: USB Mass Storage device detected
[183176.002959] scsi host4: usb-storage 3-6:1.0
[183177.028554] scsi 4:0:0:0: Direct-Access TOSHIBA EXTERNAL_USB 0 PQ: 0 ANSI: 6
[183177.029435] sd 4:0:0:0: Attached scsi generic sg2 type 0
[183177.033760] sd 4:0:0:0: [sdb] Spinning up disk...
[183178.046681] ..ready
[183179.109538] sd 4:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[183179.110771] sd 4:0:0:0: [sdb] Write Protect is off
[183179.110778] sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00
[183179.111897] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[183179.118300] sdb: sdb1
[183179.118577] sd 4:0:0:0: [sdb] Attached SCSI disk
mino@mino-Porta1:~/Prova$
Offline
Is this issue specific to the Toshiba device ? What about the transfer speeds on some other USB devices and USB ports ? You can get the corresponding values using the "rsync" command.
Offline
No, the problem also occurs on pen drives, I noticed the slowdown from the pen drive and I thought it was the pen drive's fault, that's why I tested it on the HD because it's faster, on this PC I've always used Windows and Ubuntu in dual boot and I didn't have this problem before installing Q4OS
Offline
Test with Pen Drive
sending incremental file list
Andor.avi
24,74M 5% 522,74kB/s 0:14:07 ^Z
[1]+ Fermato rsync -ah --progress Andor.avi /media/mino/CCCOMA_X64F/
mino@mino-Porta1:~/Prova$ lsusb
Bus 003 Device 005: ID 0480:0901 Toshiba America Inc EXTERNAL_USB
Bus 003 Device 007: ID 0781:556b SanDisk Corp. Cruzer Edge
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 002: ID 0000:3825 USB OPTICAL MOUSE
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 03f0:171d HP, Inc Bluetooth 2.0 Interface [Broadcom BCM2045]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
mino@mino-Porta1:~/Prova$ dmesg | tail -n15
[188456.520245] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[188456.520253] usb 3-2: Product: Cruzer Edge
[188456.520260] usb 3-2: Manufacturer: SanDisk
[188456.520265] usb 3-2: SerialNumber: 20042204620F43039421
[188456.520957] usb-storage 3-2:1.0: USB Mass Storage device detected
[188456.521426] scsi host6: usb-storage 3-2:1.0
[188457.536522] scsi 6:0:0:0: Direct-Access SanDisk Cruzer Edge 1.26 PQ: 0 ANSI: 5
[188457.537244] scsi 6:0:0:0: Attached scsi generic sg3 type 0
[188457.545043] sd 6:0:0:0: [sdd] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[188457.546744] sd 6:0:0:0: [sdd] Write Protect is off
[188457.546751] sd 6:0:0:0: [sdd] Mode Sense: 43 00 00 00
[188457.547786] sd 6:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[188457.554786] sdd: sdd1
[188457.554967] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[188463.303944] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
mino@mino-Porta1:~/Prova$
Offline
Is the transfer speed over USB slow across all USB ports and all devices you connect ? Are there any exceptions ?
We are unable to reproduce the issue on Q4OS Aquarius. The rsync command shows tens to hundreds of MB/s on a regular USB port when copying large files. So it seems that the issue is hardware related or specific to your installation.
It is difficult to investigate a hardware and non-reproducible issue, so we would need more debugging information in the form of a "reportq4" debug file, see https://www.q4os.org/forum/viewtopic.php?id=3502
Offline
Since I can't sit still and I like to solve problems, I uninstalled Q4OS and formatted the partition and installed Ubuntu 22.04 from Live USB. I did the file copy test (always the same) and it copied the file (about 470 MB) in 6 seconds... I did the test several times and it always maintained the same speed.
Then I reformatted the partition, and from the pen drive I installed Q4OS-5.8-x64-instcd.r2.iso, I updated the system and did the file copy test always in the same way... file copy speed 25-35 Kb per second!!!! At this point since in Windows the copy is fast, since in Ubuntu the copy is fast the problem is in Q4OS!!!!!! If someone can give me an explanation I would be happy otherwise I am forced to return to Ubuntu.....
My Pc is Hp Laptop 6730S
Tipo di sistema operativo: GNU/Linux
Nome del sistema operativo: Debian GNU/Linux
Versione del sistema operativo: 12 (bookworm)
Architettura: x86_64
Rilascio del kernel: 6.1.0-32-amd64
Hostname: q4os-desktop
Informazioni sulle interfacce di rete:
lo Indirizzo IP: 127.0.0.1
enx00e099000a0b Indirizzo IP:
Indirizzo IP esterno:
Server DNS: 192.168.1.1
Utenti connessi: mino
Utilizzo RAM e SWAP:
Mem:: 1,8Gi/3,7Gi
Swap:: 0B/0B
Utilizzo disco:
/: 5,0G/28G (20%)
/home: 46G/55G (89%)
/media/mino/TOSHIBA: 1,6T/1,9T (84%)
Partizioni su disco:
NAME FSTYPE SIZE MOUNTPOINT LABEL
sda 232,9G
├─sda1 ext4 27,9G / Q4OS
├─sda2 ext4 55,1G /home home
├─sda3 ntfs 500M Riservato per il sistema
└─sda4 ntfs 149,4G
sdb 1,8T
└─sdb1 ntfs 1,8T /media/mino/TOSHIBA EXT TOSHIBA EXT
sr0 1024M
Carico medio: 0,97, 1,33, 0,94
Tempo di attività del sistema: 20 hours, 38 minutes
Offline
It would be helpful if you could install a regular Debian 12 Bookworm, run a test, and send back the result so we can compare Q4OS and its base Debian. This will allow us to narrow down the source of the problem.
We are unable to reproduce this issue and therefore investigate it. Transfer speeds are fine on Q4OS.
Offline
Ok Thanks now i try to install Debian and report the news...
Offline
You could also try to install Quarkos https://quark-os.sourceforge.io/ based on Ubuntu and test the transfer speed.
Offline
Update the circle is narrowing...
I installed Quarkus latest stable version 24.04 Plasma and did the transfer test always the same file from home to external HD in 8 seconds, since I didn't like Plasma I downloaded the version of Quarkos Trinity... installed and updated.... file transfer 60 Kb/s (I'm at 10% and still missing 1:46:03) The problem at this point is in Trinity... I hope it can be useful
Offline
This is really valuable, thanks.
What desktop profile did you apply upon the Quarkos Trinity installation (pure, live, basic, full) ?
Would you please make some testing on your Quarkos Trinity installation:
1.
Reboot and login
Stop Trinity desktop:
$ sudo systemctl stop tdm.service
Login to console and check transfer speed with "rsync"
2. Try to install Plasma desktop using the Desktop profiler https://www.q4os.org/dqa016.html on top of your Trinity installation, login to Trinity desktop and proceed rsync test.
The results would be a clue for us as we are still not able to reproduce the issue, even within Trinity desktop.
Offline
Ok the installation profile has always been BASE
Tested with rsync = low speed
Installed Plasma... both in Trinity and Plasma file transfer OK even in Trinity now it is faster than Plasma, should I leave it like this?
Offline