Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2005 13:46:42 -0300
From:      Alejandro Pulver <alejandro@varnet.biz>
To:        Rob <spamrefuse@yahoo.com>
Cc:        FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   Re: 5.3: scbus & da in kernel config, umass as module: but no /dev/da* ?
Message-ID:  <20050311134642.4acef024@ale.varnet.bsd>
In-Reply-To: <20050311064159.41052.qmail@web54006.mail.yahoo.com>
References:  <20050311064159.41052.qmail@web54006.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 10 Mar 2005 22:41:58 -0800 (PST)
Rob <spamrefuse@yahoo.com> 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
> "freebsd-questions-unsubscribe@freebsd.org"

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



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