Find the answer to your Linux question:
Results 1 to 3 of 3
Hi I dont speak english very well but i'll try I need to know which USB devices are conected to my computer. Well for this i can go to /proc/bus/usb ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5

    Detect USB's

    Hi
    I dont speak english very well but i'll try
    I need to know which USB devices are conected to my computer. Well for this i can go to /proc/bus/usb and with "cat devices" i see this. Another metod is with comand lsusb.
    Well its ok but now i want to know for every usb conected, the correspondence /dev/sd* because without this, its impossible to mount...
    There's some comand or file that say... (USB acer... "the device" that knows with lsusb or cat device) is detected to /dev/sdb2 for exemple.
    Thanks for all and excuse me for bad english :S

  2. #2
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    Perhaps dmesg will give you the info you seek?

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5
    Maybe but it's a little complicate with SH... :S I would like to find some way much easier to do the same.

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...