USB Flash Drive.
Julien Gabel
jpeg at thilelli.net
Sat Feb 7 10:18:19 PST 2004
> 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 at FreeBSD.org> -- may help you too:
http://www.bsdnews.org/03/cryptusb.php
--
-jg.
More information about the freebsd-questions
mailing list