I am running Artix Linux on a System76 Galago. When I plug in a USB device it appears as /dev/usb/003/00X.
Example lsusb output:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 003: ID 5986:9102 Acer, Inc BisonCam,NB Pro Bus 003 Device 002: ID 05dc:a815 Lexar Media, Inc. JumpDrive V10 Bus 003 Device 004: ID 8087:0026 Intel Corp. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub And having a lot of trouble mounting it.
sudo mount /dev/usb/003/002 = mount: /mnt: /dev/bus/usb/003/002 is not a block device.
sudo fdisk /dev/bus/usb/003/002 = fdisk: cannot open /ddev/bus/usb/003/002: Operation not permitted
sudo cfdisk /dev/bus/usb/003/002 /mnt = cfdisk: cannot open /dev/bus/usb/003/002: Inappropriate ioctl for device
sudo parted /dev/bus/usb/003/002 = ``` Error: The device /dev/bus/usb/003/002 is so small that it cannot possibly store a file system or partition table. Perhaps you selected the wrong device? Warning: Error fsyncing/closing /dev/bus/usb/003/002: Invalid argument
This is a flash drive that, to the best of my knowledge, has a FAT filesystem with backups.