Sponsored Content
Full Discussion: usb mount problem
Top Forums UNIX for Dummies Questions & Answers usb mount problem Post 302234179 by zaxxon on Tuesday 9th of September 2008 09:11:13 AM
Old 09-09-2008
Depends if the correct modules are loaded (if not already compiled into the kernel). For details maybe check How to get USB devices working under Linux.
There are tools like "usbview", "usbmodules" etc. that might help too.
 

10 More Discussions You Might Find Interesting

1. Solaris

How to mount USB driver in solaris 8?

Can anyone tell me how to mount the USB driver in solaris 8? I try many time that can't to mount USB driver. It can detect the USB driver by typing #iostat -En but can't mount the driver. (1 Reply)
Discussion started by: kingsan
1 Replies

2. Solaris

mount USB

Ok, I have a rocsecure USB 2.0 hardrive. Currently it is formatted as an NTFS drive. I need to mount it on solaris and move an oracle dmp file onto it. Will I be even able to format it to a PCFS on a solaris 9 machine. Or do I need to format it FAT-32 first on a windows machine? steps ... (3 Replies)
Discussion started by: csaunders
3 Replies

3. Linux

Mount USB memorey

Hi guys i gonna ask a so silly question here, i have a usb memory and i want to mount it in Linux Red Hat 9, its give a message its plugged, and i can see that when i run dmesg command, but i don't know the device name to mount neither the fat32 name in red hat, and its not be mounted in any mount... (3 Replies)
Discussion started by: XP_2600
3 Replies

4. Solaris

How Can I mount usb on Sollaris 8?

Please ... help me... I´m trying to mount usb flash disk in Sollaris 8 but it doesn´t still recognized. Flash´s disk led on but I didn´t mount it... Someone how to solve this problem? thanks... (4 Replies)
Discussion started by: dekkade
4 Replies

5. Solaris

how to mount USB in SXDE 1/08

hi friends recently i have installed Solaris Express Developers Edition-SXDE 1/08 distribution.Problem is that i dont have network drivers pre-installed in SXDE.So i have to install manually to this i need to mount USB(Jetflash V60-4GB),when i pluged into my system it is showing JEtflash but when... (5 Replies)
Discussion started by: srinivas2828
5 Replies

6. Filesystems, Disks and Memory

Mount USB stick...

Dummies questions, perfect for this. I cannot mount my idiotic usb stick on Slackware, I input the following on non-graphic mode as root: Mount -t vfat /dev/sdc1/usbstick usbstick is the folder i created for mounting my USB, the file system is FAT, and everytime I input that I get some kind... (2 Replies)
Discussion started by: Dax01
2 Replies

7. SCO

Mount USB stick

hi Howto mount an USB stick under SCO 5.0.7? BTW ist it possible to mount USB stick in the command line using 'tools' at the Boot: prompt from OpenServer Release 5.0.7 installation CD? (1 Reply)
Discussion started by: ccc
1 Replies

8. Fedora

What is the right way to mount and umount a usb driver?

I have some questions: 1, I successfully mounted my usb drive with "sudo mount /dev/sdb1 /mnt", but I can't wirte, It says "read-only file system". But I can write it in windows. 2, After I umounted the usb drive the led of it still on, but not blinking. Is it safe to unplug it? How to let it's... (17 Replies)
Discussion started by: vistastar
17 Replies

9. Linux

mount usb

Hi Guys,am unable to mount usb in Cenos..I did all those options.....kindly let me know the commands...as soon as possible... (1 Reply)
Discussion started by: Rajesh_Apple
1 Replies

10. Solaris

How do I mount a USB Hard Drive?

I have a Sun-Fire V440 running with Solaris 9 and am trying to get a WD USB Hard Drive mounted. None of the articles I've read so far have helped. Output from rmformat: Looking for devices... 1. Volmgt Node: /vol/dev/aliases/rmdisk0 Logical Node: /dev/rdsk/c5t0d0s2 ... (17 Replies)
Discussion started by: oldtimertj
17 Replies
lsusb(8)							Linux USB Utilities							  lsusb(8)

NAME
lsusb - list USB devices SYNOPSIS
lsusb [ options ] DESCRIPTION
lsusb is a utility for displaying information about USB buses in the system and the devices connected to them. OPTIONS
-v, --verbose Tells lsusb to be verbose and display detailed information about the devices shown. This includes configuration descriptors for the device's current speed. Class descriptors will be shown, when available, for USB device classes including hub, audio, HID, communi- cations, and chipcard. -s [[bus]:][devnum] Show only devices in specified bus and/or devnum. Both ID's are given in decimal and may be omitted. -d [vendor]:[product] Show only devices with the specified vendor and product ID. Both ID's are given in hexadecimal. -D device Do not scan the /dev/bus/usb directory, instead display only information about the device whose device file is given. The device file should be something like /dev/bus/usb/001/001. This option displays detailed information like the v option; you must be root to do this. -t Tells lsusb to dump the physical USB device hierarchy as a tree. This overrides the v option. -V, --version Print version information on standard output, then exit successfully. RETURN VALUE
If the specified device is not found, a non-zero exit code is returned. FILES
/var/lib/usbutils/usb.ids A list of all known USB ID's (vendors, products, classes, subclasses and protocols). SEE ALSO
lspci(8), usbview(8). AUTHOR
Thomas Sailer, <sailer@ife.ee.ethz.ch>. usbutils-007 6 May 2009 lsusb(8)
All times are GMT -4. The time now is 02:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy