我有一个 USB 3.1 闪存驱动器插入 USB 3.1 端口。速度最高为 35 MB/s。
使用 USBTreeView 我得到以下信息:
它在 AMD USB 3.10 主机上运行并且端口显示 S。
但是,如果我查看连接信息,我会得到以下信息:
---------------- Connection Information ---------------
Connection Index : 0x08 (8)
Connection Status : 0x01 (DeviceConnected)
Current Config Value : 0x01
Device Address : 0x6A (106)
Is Hub : 0x00 (no)
Device Bus Speed : 0x02 (High-Speed) -> not true, see below in Connection Information V2
Number Of Open Pipes : 0x02 (2 pipes to data endpoints)
Pipe[0] : EndpointID=1 Direction=OUT ScheduleOffset=0 Type=Bulk
Pipe[1] : EndpointID=2 Direction=IN ScheduleOffset=0 Type=Bulk
Data (HexDump) : 08 00 00 00 12 01 10 03 00 00 00 09 0C 09 00 10 ................
00 11 01 02 03 01 01 02 00 6A 00 02 00 00 00 01 .........j......
00 00 00 07 05 01 02 00 04 00 00 00 00 00 07 05 ................
82 02 00 04 00 00 00 00 00
请注意,“设备总线速度”下显示 USB 2.0 且“不正确,请参阅下面的连接信息 V2”
在连接信息 V2 下我有:
--------------- Connection Information V2 -------------
Connection Index : 0x08 (8)
Length : 0x10 (16 bytes)
SupportedUsbProtocols : 0x04
Usb110 : 0 (no)
Usb200 : 0 (no)
Usb300 : 1 (yes)
ReservedMBZ : 0x00
Flags : 0x03
DevIsOpAtSsOrHigher : 1 (Is operating at SuperSpeed or higher)
DevIsSsCapOrHigher : 1 (Is SuperSpeed capable or higher)
DevIsOpAtSsPlusOrHigher : 0 (Is not operating at SuperSpeedPlus or higher)
DevIsSsPlusCapOrHigher : 0 (Is not SuperSpeedPlus capable or higher)
ReservedMBZ : 0x00
Data (HexDump) : 08 00 00 00 10 00 00 00 04 00 00 00 03 00 00 00 ................
这里很明显应该支持 USB 3.0。
我在 USB 3.0 端口、USB 3.1 端口和其他 USB 闪存驱动器上遇到了同样的问题。
答案1
这不是您的 USB 或设备的问题,它报告您确实正在使用超高速连接。这是设计特点USB 闪存盘。
USB 3.0 闪存盘通常显示快速读速度。写入速度往往相对较慢,有时甚至比旧的 USB 标准还慢。它们通常隐藏或没有明确提及或定义写速度。
来自亚马逊页面三星 MUF-64BE4他们列出了以下与速度相关的内容,并在页面主体中重复了多次:
快捷、方便读速度高达 300 MB/s
以及仅有的他们在标题中提到了一点,但方式不太突出
写入速度 30
但再也不会出现在页面主体和规格中。
此外,写入速度通常是设备大小的一个因素。较大的设备往往由多个较小的内存块设备构成,因此 128GB 的设备可能写入速度接近64GB设备的两倍等等。
评论部分确实描绘了一款读取速度很快但写入速度却很慢的设备,64GB 版本的速度大约为 30-35MB/s,128GB 版本的速度大约为 60MB/s,256GB 版本的写入速度大约为 80MB/s。