pr0tey
New Around Here
Hello.
I installed merlin-mod of asus-firmware, then connect 1Tb usb-hdd.
Read-speed from drive is to slow:
hdparm -Tt /dev/sdb
/dev/sdb:
Timing cached reads: 2 MB in 3.98 seconds = 514.47 kB/sec
Timing buffered disk reads: 2 MB in 3.34 seconds = 612.97 kB/sec
Few days I try increased drive speed.. And what I found:
Slow speed of hdd because it's connected as usb 1.1 device (hdd usb 3 compatable)
I found few steps for increase drive-speed from 500-1000 kB/s to 100 mB/s
- rmmod uhci_hcd;
- modprobe ehci_hcd;
- stop all services
- umount drive
- unplug drive
- connect drive
After these steps:
hdparm -tT /dev/sdb
/dev/sdb:
Timing cached reads: 266 MB in 2.00 seconds = 133.00 MB/sec
Timing buffered disk reads: 70 MB in 3.02 seconds = 23.20 MB/sec
I try add "rmmod uhci_hcd; modprobe ehci_hcd;" into init-start script but no effect =( Need stop services,umount drive etc..
In second usb-port i have old 80Gb drive. It run as usb 2.0 device from start.
Somebody have any ideas? =)
I installed merlin-mod of asus-firmware, then connect 1Tb usb-hdd.
Read-speed from drive is to slow:
hdparm -Tt /dev/sdb
/dev/sdb:
Timing cached reads: 2 MB in 3.98 seconds = 514.47 kB/sec
Timing buffered disk reads: 2 MB in 3.34 seconds = 612.97 kB/sec
Few days I try increased drive speed.. And what I found:
Slow speed of hdd because it's connected as usb 1.1 device (hdd usb 3 compatable)
I found few steps for increase drive-speed from 500-1000 kB/s to 100 mB/s
- rmmod uhci_hcd;
- modprobe ehci_hcd;
- stop all services
- umount drive
- unplug drive
- connect drive
After these steps:
hdparm -tT /dev/sdb
/dev/sdb:
Timing cached reads: 266 MB in 2.00 seconds = 133.00 MB/sec
Timing buffered disk reads: 70 MB in 3.02 seconds = 23.20 MB/sec
I try add "rmmod uhci_hcd; modprobe ehci_hcd;" into init-start script but no effect =( Need stop services,umount drive etc..
In second usb-port i have old 80Gb drive. It run as usb 2.0 device from start.
Somebody have any ideas? =)
Last edited: