顯示頁面舊版反向連結Fold/unfold all回到頁頂 本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。 ====== Linux 內檢查 USB 外接硬碟速度 ====== * 因為需要確定目前 LINUX 主機連接的外接硬碟所使用的介面速度(USB3 / USB2), 所以想找一個方式可以快速確認. ===== 使用 lsusb 命令 ===== * 只要使用 lsusb -t 即可看到連接的 USB 介面速度, Exp.<cli> 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 </cli> ===== 參考網址 ===== * https://askubuntu.com/questions/162434/how-do-i-find-out-usb-speed-from-a-terminal {{tag>usb lsusb}} tech/usbspeed.txt 上一次變更: 2023/01/08 05:16由 jonathan