我找到以前有人分享同系列4TB的速度有大約100 MB/s
https://www.mobile01.com/topicdetail.php?f=297&t=5128026
所以我認定應該是硬碟問題,就拿去原廠換了,原廠也很乾脆直接換一個全新的給我。
然而新的硬碟測試還是差不多40 MB/s...
不知道有沒有人手邊有同款同容量的硬碟,速度也是這樣嗎?



用USB Device Tree Viewer看到下面資訊
=========================== USB Port1 ===========================
Connection Status : 0x01 (Device is connected)
Port Chain : 2-1
Properties : 0x09
IsUserConnectable : yes
PortIsDebugCapable : no
PortHasMultiCompanions : no
PortConnectorIsTypeC : yes
ConnectionIndex : 0x01 (Port 1)
CompanionIndex : 0
CompanionHubSymLnk : USB#ROOT_HUB30#4&4757e73&0&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}
CompanionPortNumber : 0x02 (Port 2)
-> CompanionPortChain : 2-2
========================== Summary =========================
Vendor ID : 0x1058 (Western Digital, Branded)
Product ID : 0x260D
Manufacturer String : Western Digital
Product String : My Passport 260D
Serial : 57583432443134454E5A345A
USB Version : 2.1
Port maximum Speed : High-Speed (Companion Port 2-2 is doing the SuperSpeed)
Device maximum Speed : SuperSpeed
Device Connection Speed : High-Speed
Self powered : no
Demanded Current : 500 mA
Used Endpoints : 3
====
其中
Device maximum Speed : SuperSpeed
Device Connection Speed : High-Speed
在這邊有找到定義。
是不是代表port是支援USB-3的,但是因為某些原因被降速到USB-2?
測試用主機: Surface Pro 11 (ARM)
連接方式: 原廠type-C線直接接筆電type-C孔測試,無轉接
------ 2024/9/25 Update -----
我在另外一台ASUS Vivobook (x64)上測試速度是正常的

USB Device Tree Viewer:
=========================== USB Port2 ===========================
Connection Status : 0x01 (Device is connected)
Port Chain : 2-2
Properties : 0x0F
IsUserConnectable : yes
PortIsDebugCapable : yes
PortHasMultiCompanions : yes
PortConnectorIsTypeC : yes
ConnectionIndex : 0x02 (Port 2)
CompanionIndex : 0
CompanionHubSymLnk : USB#ROOT_HUB30#4&22224d6e&0&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}
CompanionPortNumber : 0x02 (Port 2)
-> CompanionPortChain : 1-2
========================== Summary =========================
Vendor ID : 0x1058 (Western Digital, Branded)
Product ID : 0x260D
Manufacturer String : Western Digital
Product String : My Passport 260D
Serial : 57583432443134454E5A345A
USB Version : 3.1 Gen 1
Port maximum Speed : SuperSpeed
Device maximum Speed : SuperSpeed
Device Connection Speed : SuperSpeed
Self powered : no
Demanded Current : 896 mA
Used Endpoints : 3
在Vivobook上沒有被降速。所以應該可以排除硬碟問題和傳輸線的問題。
或許是ARM驅動的問題造成USB-3被降速? (Surface Pro 11是ARM)
------ 2024/9/25 Update 2 -----
最後的結論應該是因為Surface Pro 11內建的type-C接口供電不足造成傳輸模式被降速到USB 2.1。
Surface系列筆電有一個外接的擴充埠Surface Dock,可以接電源和其他連接埠,其中包含USB 3接口。
我用原廠附的type-C to USB轉接頭將行動硬碟接到Surface Dock,再將Surface Dock接到筆電,測試起來讀寫速度就可以到120 MB/s了
感謝各位大大的協助