Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法通过 Linux 中的 libudev / sysfs 区分 USB 记忆棒(闪存)和 USB 硬盘驱动器?如果没有,有没有办法直接查询硬件?谢谢你。
也许您可以使用这样的 udev 规则检查设备子类ATTRS{bDeviceSubClass}=="xx":我不知道您是否可以仅使用子类准确地区分棒与真实驱动器。
ATTRS{bDeviceSubClass}=="xx"