Results 1 to 8 of 8
Hi everybody,
I am using RedHat Linux. when i am plug USB into USB port. then Linux does not detect the USB. but when i am connecting the same USB ...
- 04-21-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
USB detection in RedHat Linux
Hi everybody,
I am using RedHat Linux. when i am plug USB into USB port. then Linux does not detect the USB. but when i am connecting the same USB in window. then it is shown.
How can i detect USB in Linux?
Thanks.
sukhdeep Singh
- 04-21-2009 #2
Hi and Welcome !
Which version of RedHat are you using?
Plug-in USB and execute this
Post output here.Code:tail -s 3 -f /var/log/messages
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-21-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Are you running a GUI (KDE, Gnome, etc), or are you running in text mode from the command line?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-22-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
- 04-22-2009 #5First we need to see the output of the command suggested by DC. Plug in your USB device and execute:what r the commands to get data from usb.
Code:tail -s 3 -f /var/log/messages
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 04-22-2009 #6
- 04-22-2009 #7Above command will give you relevant message regarding USB. Just note down device name assigned to USB and execute mount command to mount it.tail -s 3 -f /var/log/messages
Post its output so that we can help you further.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-22-2009 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You can see the USB devices plugged in to your system with the command: lsusb
Also, you will find that the USB drive is now registered in /dev as /dev/sd?1, where the ? is some letter higher than 'a'. /dev/sda is your system boot drive, and each numbered entry for /dev/sda is one of the partitions on the drive. The USB drive is usually the highest /dev/sd entry found, since it was the last one registered. In my case, my USB drive is in /dev/sdl1 since I have a whole bunch of stuff attached to my system (9 sata/esata drives, a card reader, a bunch of usb ports, and 1 usb drive).Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
