You are not logged in.
When I plug in a flash drive to the USB 2.0/3.0 ports on my computer, nothing changes in /dev. I don't see any /dev/sdb either.
lsusb shows the flash drives, and /dev/bus/usb/ contains the correct files. fdisk and lsblk don't show the flash drives.
Here's the dmesg output for plugging a flash drive into the USB 2.0 port:
[13146.969084] usb 4-1.1: new high-speed USB device number 5 using ehci-pci
I'm trying to mount the flash drives manually, but I can't if I can't find the device. What's going on?
Last edited by gsingh93 (2013-08-19 14:55:22)
Offline
Does it show up under /run/media/<username>/
Offline
If the version numbers from `uname -a` and `pacman -Qi linux` don't match, then reboot. If they do match, what are they?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
The version number were different, and rebooting fixed the problem. I see the flash drive in /dev and in /run/media. Thanks guys.
One more question. What program is automounting my flash drive in /run/media?
EDIT: I'll mark this question as solved and make a new question.
Last edited by gsingh93 (2013-08-19 14:55:07)
Offline