> 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
<[EMAIL PROTECTED]> -- may help you too:
  http://www.bsdnews.org/03/cryptusb.php

-- 
-jg.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to