[Ilugc] How to FInd Location of USB device.

  • From: baskar@xxxxxxxxxxxx (Baskar Selvaraj)
  • Date: Wed, 4 May 2011 10:24:16 +0530

When we connect the usb device it will reside as /dev/sdb, /dev/sdc etc.,

We can find that using fdisk -l

Is there any command to list all the usb devices location, like below

$<command>
/dev/sdc
/dev/sdb


The simplest way is to check for the device instances with dmesg

$dmesg | grep sd

Regards

S. Baskar
LinuXpert Systems

Other related posts: