Ciao scrivo questo post per cercare una soluzione o comunque ragionare su un problema che mi si è presentato con il mio nuovo desktop
I dischi esterni USB sono estremamente lenti, malgrado siano collegati a porte usb2.
La prima cosa che ho verificato è la velocità:
hdparm -tT /dev/sd[abc]
/dev/sda:
Timing cached reads: 5136 MB in 2.00 seconds = 2571.53 MB/sec
Timing buffered disk reads: 220 MB in 3.01 seconds = 73.10 MB/sec
/dev/sdb:
Timing cached reads: 5928 MB in 2.00 seconds = 2968.20 MB/sec
Timing buffered disk reads: 54 MB in 3.03 seconds = 17.80 MB/sec
/dev/sdc:
Timing cached reads: 5794 MB in 2.00 seconds = 2901.14 MB/sec
Timing buffered disk reads: 32 MB in 3.08 seconds = 10.38 MB/sec
Come potreste immaginare sdb e sdc sono i miei dischi USB.
A questo punto ho verificato i parametri USB con il seguente comando
lsusb -vvv |grep IDE -6
Bus 001 Device 005: ID 05e3:0702 Genesys Logic, Inc. USB 2.0 IDE Adapter
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x05e3 Genesys Logic, Inc.
idProduct 0x0702 USB 2.0 IDE Adapter
bcdDevice 0.33
iManufacturer 2 Genesyslogic
iProduct 3 USB Mass Storage Device
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
--
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Bus 001 Device 004: ID 0dbf:021b Quik Tech Solutions USB-2.0 IDE Adapter
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0dbf Quik Tech Solutions
idProduct 0x021b USB-2.0 IDE Adapter
bcdDevice 0.00
iManufacturer 1 Packard Bell Store&Save USB 2.0
iProduct 2 Packard Bell Store&Save USB 2.0
iSerial 3 RD53900509126
bNumConfigurations 1
Configuration Descriptor:
Ho verificato che siano entrambi USB 2 come potete notare bcbUSB è 2.00
Quale potrebbe essere il motivo della lentezza?
Entrambi i dischi hanno alimentazione mediante cavo separato su presa a 220 volt quindi escluso un problema di alimentazione.
Accetto volentieri suggetimenti!
Grazie