Code: Select all
$ sudo hdparm -tT /dev/sda1
/dev/sda1:
Timing cached reads: 1812 MB in 2.00 seconds = 905.89 MB/sec
Timing buffered disk reads: 750 MB in 3.00 seconds = 249.94 MB/sec
Code: Select all
$ sudo hdparm -t /dev/sdb
/dev/sdb:
SG_IO: bad/missing sense data, sb[]: 70 00 05 00 00 00 00 0a 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Timing buffered disk reads: 1058 MB in 3.00 seconds = 352.55 MB/sec
https://www.raspberrypi.org/forums/view ... 3&t=245931 does this help
Actually - this might be the answer to this thread's question (not necessarily the most correct one though):clicky wrote: ↑Tue Jul 16, 2019 4:13 pm
Read it as 2.8 Gbit/s. (Edited - someone forgot decimal pointCode: Select all
$ sudo hdparm -t /dev/sdb /dev/sdb: SG_IO: bad/missing sense data, sb[]: 70 00 05 00 00 00 00 0a 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Timing buffered disk reads: 1058 MB in 3.00 seconds = 352.55 MB/sec
)
How do you pick the correct USB cable?clicky wrote: ↑Tue Jul 16, 2019 4:13 pmRead it as 2.8 Gbit/s. (Edited - someone forgot decimal point)
It is done with Intel's M.2 512GB SSD with USB3.1 TO PCI-e NVMe SSD enclosure. Main thing was to pick correct USB cable (USB3 to USB C - I've got a few USB C which were really USB2 only).
That's the fastest anyone reported here so far...
Just make sure it is a USB 3.0 compatible cable.
First clue is that it is 'blue' inside the connector. Second is when you look down the pins of USB A side, you'll see another 5 pins between (and around) original 4 deeper in the connector. BTW as HawaiianPi saidMisterEd wrote: ↑Tue Jul 16, 2019 10:29 pmHow do you pick the correct USB cable?clicky wrote: ↑Tue Jul 16, 2019 4:13 pmRead it as 2.8 Gbit/s. (Edited - someone forgot decimal point)
It is done with Intel's M.2 512GB SSD with USB3.1 TO PCI-e NVMe SSD enclosure. Main thing was to pick correct USB cable (USB3 to USB C - I've got a few USB C which were really USB2 only).
That's the fastest anyone reported here so far...
Code: Select all
[email protected]:~ $ sudo hdparm -tT /dev/sda1
/dev/sda1:
Timing cached reads: 1636 MB in 2.00 seconds = 818.30 MB/sec
Timing buffered disk reads: 968 MB in 3.00 seconds = 322.18 MB/sec