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 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
