mounting one usb interface (from 2 identified)

Geoffrey Leach geoff at hughes.net
Fri Nov 23 03:39:20 UTC 2012


On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote:

> > On 11/22/2012 02:38 PM, Ranjan Maitra wrote:
> > > On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra
> > > <maitra.mbox.ignored at inbox.com> wrote:
> > >
> > >> Hi,
> > >>
> > >> Following up on my previous e-mail, I wanted to mention that two
> usb
> > >> interfaces are being recognized. Here is the relevant output of
> > >>
> > >> % usb-devices
> > >>
> > >> T:  Bus=01 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#= 15 Spd=480 MxCh= 
> 0
> > >> D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> > >> P:  Vendor=0bb4 ProdID=0c02 Rev=02.22
> > >> S:  Manufacturer=ARNOVA 10
> > >> S:  Product=ARNOVA 10
> > >> S:  SerialNumber=11223344
> > >> C:  #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=256mA
> > >> I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50
> > >> Driver=usb-storage
> > >> I:  If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=42
> > >> Prot=01 Driver=(none)
> > >>
> > >> I want to mount this as a USB storage device, so that i can
> access the
> > >> filesystem.
> > >>
> > >> Question: How do I mount the first interface?
> > > Sorry to add to my e-mail, the output of lsusb -v is as follows:
> > >
[snip]

Here's an alternate method.

Your disks should each have a unique UUID identifier, that can be used 
to create a fstab entry.

For example, when I plug in my USB MP3 player, /dev/disk/by-uuid gets a 
symlink 1839-015E, symbolic link to `../../sdb'. Not much use. However, 
I have an entry in /etc/fstab: UUID=1839-015E  /Media/Sansa2  ..., 
which allows me to access its contents by mounting /Media/Sansa2.

This works on Fedora 17. On 16, the link was in a different directory, 
but the principle was the same.

Good luck.


More information about the users mailing list