kliodd
Posts: 5
Joined: Sun Sep 16, 2012 11:37 am

USB HD transfer rate very slow

Sun Sep 16, 2012 12:20 pm

I have a USB 3.0 2TB powered HD connected to the PI. And it is slow, transfering to it takes ages. Typical speed is 350 to 400 KB/ps. When I transfer directly to the SD card it goes ok, 5MB/ps. And transfering from the SD to the USB HD it again goes into slow mode.

When connected to a laptop the HD performs, so the problem must be with the PI somehow.

Have been searching the forums for a solution, but all are fairly technical and involve Linux coding. And I only have the Raspbmc.

Clues from different forums include:
1. USB HD drains power from the PI although itself is powered
2. Must have a USB powered hub to connect the HD
3. Firmware bugs

All suggestions are welcome and greatly appreciated :)

elatllat
Posts: 1337
Joined: Sat Dec 17, 2011 5:05 pm

Re: USB HD transfer rate very slow

Sun Sep 16, 2012 1:15 pm

Code: Select all

dmesg
mount
df -h
SBC with 32GB RAM: https://hardkernel.com

FAQ : https://raspberrypi.stackexchange.com

Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered

kliodd
Posts: 5
Joined: Sun Sep 16, 2012 11:37 am

Re: USB HD transfer rate very slow

Sun Sep 16, 2012 1:54 pm

elatllat wrote:

Code: Select all

dmesg
mount
df -h

How can i run this on my Pi with Raspbmc and what does it do?

kliodd
Posts: 5
Joined: Sun Sep 16, 2012 11:37 am

Re: USB HD transfer rate very slow

Tue Sep 18, 2012 9:21 pm

I still have this problem, have tried fitting a USB hub, this did not change anything.

Also, found another strange thing, I mounted a USB thumb drive, went into the file manager program. There I copied from the USB thumb drive to the USB HD, this went slow as always. But then I tried the other way, reading from the HD to the thumb drive, this went much faster, as one would expect in fact.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: USB HD transfer rate very slow

Tue Sep 18, 2012 9:36 pm

Perhaps reformating it to ext4 can help.
How does this show up in Windows ? As a NTFS drive ?
NTFS is cpu-intensive on the Pi platform.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

User avatar
piglet
Posts: 915
Joined: Sat Aug 27, 2011 1:16 pm

Re: USB HD transfer rate very slow

Tue Sep 18, 2012 10:25 pm

ghans wrote:NTFS is cpu-intensive on the Pi platform.
Aha! Thanks. I've got the same problem. Will try ext4.

encryptix
Posts: 7
Joined: Wed Sep 05, 2012 11:22 am

Re: USB HD transfer rate very slow

Tue Sep 18, 2012 10:38 pm

similar problem (& solution) to http://forum.stmlabs.com/showthread.php?tid=2819 ?

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: USB HD transfer rate very slow

Wed Sep 19, 2012 6:22 am

If you that with ext4 , you should easily get 6-7 mbps .
Did you try ntfs-3g instead of ntfs ?


ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Return to “Troubleshooting”