I doubt it’s recognized as a USB 3.0 device.
I tested with a 500GB 7200rpm HDD,
rock@rockpie:/mnt/ntfs$ lsusb -t
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Wireless, Driver=rtk_btusb, 480M
|__ Port 1: Dev 2, If 1, Class=Wireless, Driver=rtk_btusb, 480M
|__ Port 1: Dev 2, If 2, Class=Vendor Specific Class, Driver=rtl8723du, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc2/1p, 480M
and the hdparm read test results:
rock@rockpie:/mnt/ntfs$ sudo hdparm -Tt /dev/sda1
/dev/sda1:
Timing cached reads: 928 MB in 2.00 seconds = 463.79 MB/sec
Timing buffered disk reads: 330 MB in 3.00 seconds = 109.98 MB/sec
rock@rockpie:/mnt/ntfs$ sudo hdparm -Tt /dev/sda1
/dev/sda1:
Timing cached reads: 916 MB in 2.00 seconds = 458.05 MB/sec
Timing buffered disk reads: 336 MB in 3.02 seconds = 111.43 MB/sec
which is the max this 7200rpm HDD can do.’
DD write tests:
rock@rockpie:/mnt/ntfs$ dd if=/dev/zero of=./test bs=512k count=2048 oflag=direct
2048+0 records in
2048+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 11.9521 s, 89.8 MB/s