Slow USB transfer speeds - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6) +--- Forum: Hard Drives and SSDs (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=26) +--- Thread: Slow USB transfer speeds (/showthread.php?tid=2309) Pages:
1
2
|
Slow USB transfer speeds - TMG1961 - 10-18-2015 Can somebody explain to me what is going on? I have 2 usb 2.0 sticks..32 and 64gb, both formatted as fat32. When i use them on laptop and copy or paste something to them it is extremely slow. It starts and then after 10-15 seconds it stops, sometimes for 10-15 seconds but it can last 5-10 minutes, nothing happening then, both sticks show activity but nothing is copied or pasted over to them. After some time it starts again and then the same over again after a few seconds. You should think that when it starts you see the amount of data transferred being changed but no, it just picks up were it stopped. Looks like linux is running out of breath when transferring files and needs to take a break before being able to continue. The speed is also extremely slow, i got max speed of 2Mb/sec if i am lucky, most of the times i don't even get 1Mb/sec. At the moment i am trying to copy 15GB of pictures and video to the 64GB stick..speed..215kB/sec..says it will take 20 hours Stopped the copy because the speed dropped to 15kB/sec. I dont know what is the problem, but i only have it with both sticks in linux, i even installed a fresh copy of windows and both sticks worked at 28Mb/sec without stopping. Re: Slow USB transfer speeds - rokytnji - 10-18-2015 Well, My copies take longer from computer to usb than from usb to computer. I find it also depends on the usb stick being used (Make and model and read and write speeds) The usb port being used also sometimes makes a choke point difference. The size of the file and file type also slows things down. 4 gig .mkv is one good example usb 2.0 that chokes So lot's of reasons why this can be happening. Re: Slow USB transfer speeds - rokytnji - 10-18-2015 PS. My external 1TB toshiba hard drive copies real fast. Faster than pen drives. I do not know why but it seems hardware is the choke point. So the laptop hardware might be a usb 1.1 port you plugged into. Some laptops come with both. Code: lusb -v Re: Slow USB transfer speeds - avj - 10-18-2015 This article on Ask Ubuntu may help. http://askubuntu.com/questions/397249/system-freezes-unresponsive-unusable-when-copying-large-file-to-usb Re: Slow USB transfer speeds - Wirezfree - 10-18-2015 I had a similar experience with SD Cards, Internal & External via USB3 Just like them, USB sticks will suffer the vagaries of speed, type, make..... Here's what I found from my tests. Re: Slow USB transfer speeds - TMG1961 - 10-18-2015 According to the specification i should have 3 usb 2 ports. When i do lsusb i get: Code: Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub I did read the links but most of it i don't understand. when i do hdparm i get: Timing O_DIRECT disk reads: 48 MB in 3.01 seconds = 15.96 MB/sec But when i copy something i get speeds of 2-3 Mb/sec at best. I Re: Slow USB transfer speeds - LL-user - 10-18-2015 (10-18-2015, 03:40 PM)rokytnji link Wrote: Good advice by rokytnji (as usual ), small typo: Code: lsusb -v Re: Slow USB transfer speeds - Wirezfree - 10-18-2015 Read here about File Transfer Speeds USB speeds, and this is using USB 3.0 According to your lsusb, you have USB 2.0/1.1, so it will be even slower. So your 215kB/sec is actually quite good, sadly Re: Slow USB transfer speeds - TMG1961 - 10-18-2015 I have been googling a bit on how to do the file copy different and found the rsync command. So its running now for about 1,5 hour and its almost done with transfering 15GB of photos and videos to the usb stick. I am not really good at all the commands you can use in terminal, am glad that i even know the terminal exists ;D Re: Slow USB transfer speeds - Wirezfree - 10-18-2015 O.K... Glad you are the way... I use "FreeFile Sync" to do things like this... I used it all the time in Windows, now on Linux. Install instructions at the bottom of this page for 14.04 based distros. It allows you to select Folders/Files in a Source location and Copy or Synch to a Destination. You can define settings and save them, so you can have different setups for different copy/synch jobs. This is one profile I use to keep all my install notes up-to-date on my LL USB boot stick. If during an install I amend my notes on the USB stick, I just run this again on my main PC to sync the changes back. |