0
votes
How do I figure out which /dev is a USB device?
ls -l /dev/disk/by-id/usb*
Under the default udev rules, that will show you most usb devices and it will show you the symlink to their block-device name on the system.
If that doesn …
