Page 1 of 1

USB HD transfer rate very slow

Posted: Sun Sep 16, 2012 12:20 pm
by kliodd
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 :)

Re: USB HD transfer rate very slow

Posted: Sun Sep 16, 2012 1:15 pm
by elatllat

Code: Select all

dmesg
mount
df -h

Re: USB HD transfer rate very slow

Posted: Sun Sep 16, 2012 1:54 pm
by kliodd
elatllat wrote:

Code: Select all

dmesg
mount
df -h

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

Re: USB HD transfer rate very slow

Posted: Tue Sep 18, 2012 9:21 pm
by kliodd
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.

Re: USB HD transfer rate very slow

Posted: Tue Sep 18, 2012 9:36 pm
by ghans
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

Re: USB HD transfer rate very slow

Posted: Tue Sep 18, 2012 10:25 pm
by piglet
ghans wrote:NTFS is cpu-intensive on the Pi platform.
Aha! Thanks. I've got the same problem. Will try ext4.

Re: USB HD transfer rate very slow

Posted: Tue Sep 18, 2012 10:38 pm
by encryptix
similar problem (& solution) to http://forum.stmlabs.com/showthread.php?tid=2819 ?

Re: USB HD transfer rate very slow

Posted: Wed Sep 19, 2012 6:22 am
by ghans
If you that with ext4 , you should easily get 6-7 mbps .
Did you try ntfs-3g instead of ntfs ?


ghans