On Thu, 10 Mar 2005 22:41:58 -0800 (PST) Rob <[EMAIL PROTECTED]> wrote:
> > Hi, > > I'm running FreeBSD 5.3. > I have following in my kernel config: > > device scbus > device da > device uhci > device usb > > hoping that this provides enough 'basic' usb support > for my usb-memory-stick. Indeed, I can load the > umass module. > > If I'm not wrong, I must do following to access the > usb-memory-stick: > mount -t msdos /dev/da0 /mnt > > but there's no /dev/da* device. > > So what should I do instead? > > Thanks, > Rob. > > > > > __________________________________ > Do you Yahoo!? > Make Yahoo! your home page > http://www.yahoo.com/r/hs > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" Hello, I have a camera that is detected as an 'umass' storage device, and it appears as '/dev/da0' (strangely I can use it as a common storage device). This is my configuration: kernel options: device scbus device da device pass device uhci device ohci device usb device umass device ehci '/etc/rc.conf' options: usbd_enable="YES" To test it you can: 1) Check the devices in '/dev/daX'. 2) # camcontrol devlist 3) Check the boot messages (umass and da) and the messages printed when you plug the device. To mount it you have to select a slice (if it has data stored in): mount -t msdosfs /dev/da0s1 /mnt Hope that helps. Best Regards, Ale _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"