Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2004 19:18:16 +0100 (CET)
From:      "Julien Gabel" <jpeg@thilelli.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: USB Flash Drive.
Message-ID:  <49645.192.168.0.97.1076177896.squirrel@webmail.thilelli.net>
In-Reply-To: <4025296E.4050600@kc.rr.com>
References:  <4025296E.4050600@kc.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> uhci0: <Intel 82801BA/BAM (ICH2) USB controller USB-B> port
> 0x2440-0x245f irq 5 at device 31.4 on pci0
> usb0: <Intel 82801BA/BAM (ICH2) USB controller USB-B> on uhci0
> usb0: USB revision 1.0
> uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub0: 2 ports with 2 removable, self powered
> umass0: Luwen EasyDisc, rev 1.10/1.00, addr 2
>
> My question -  To what "device" do I mount?  I can't find umass0 isn't
> in my /dev and all the other references that are there don't work -

The corresponding device should be '/dev/da0'. But in order to create
this device, your kernel must be compiled with the appropriate options:
  device umass
  device scbus
  device da
  device pass

Read the umass(4) manual page for more information (create a label,
add a file system, etc.):
  http://www.freebsd.org/cgi/man.cgi?query=umass&sektion=4


The beginning of the following article -- written by Marc Fonvieille
<blackend@FreeBSD.org> -- may help you too:
  http://www.bsdnews.org/03/cryptusb.php

-- 
-jg.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49645.192.168.0.97.1076177896.squirrel>