Linux 內檢查 USB 外接硬碟速度

  • 因為需要確定目前 LINUX 主機連接的外接硬碟所使用的介面速度(USB3 / USB2), 所以想找一個方式可以快速確認.
  • 只要使用 lsusb -t 即可看到連接的 USB 介面速度, Exp.

    root@pve-omv5-246:~# lsusb -t
    /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/15p, 5000M
        |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
        |__ Port 2: Dev 3, If 0, Class=Mass Storage, Driver=uas, 5000M
        |__ Port 3: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/15p, 480M
    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
        |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M

  • tech/usbspeed.txt
  • 上一次變更: 2023/01/08 05:16
  • jonathan