On Tuesday 18 July 2006 7:27 am, Alan Stern wrote:
>When you export a filesystem as a USB mass-storage device, it
> is very important that the host and the device do _not_ try to access the
> filesystem at the same time. ...
>
> If this restriction is too strong, you also have the option o
On Tue, 18 Jul 2006, Ajay Jain wrote:
> Apologies, I could not make my point clear. We have a usb-function
> capability on our arm based board. We want to expose our device as a
> mass storage device. We understand that we will have to write a usb
> function driver for the same. The usb function c
On Tue, Jul 18, 2006 at 07:35:25PM +0530, Ajay Jain wrote:
> > > I have a usb hardware on my ARM based board. I want to develop a usb
> > > function driver so that I can view the file-system on the host side. I
> > > guess such kind of functionality is exposed in the mass-storage class.
> >
> > No.
> > I have a usb hardware on my ARM based board. I want to develop a usb
> > function driver so that I can view the file-system on the host side. I
> > guess such kind of functionality is exposed in the mass-storage class.
>
> No.
>
> > Can somebody guide me as to how to proceed? Are there any samp
On Tue, 18 Jul 2006, Ajay Jain wrote:
> Hello,
>
> I have a usb hardware on my ARM based board. I want to develop a usb
> function driver so that I can view the file-system on the host side. I
> guess such kind of functionality is exposed in the mass-storage class.
No.
> Can somebody guide me a
Hello,
I have a usb hardware on my ARM based board. I want to develop a usb
function driver so that I can view the file-system on the host side. I
guess such kind of functionality is exposed in the mass-storage class.
Can somebody guide me as to how to proceed? Are there any sample
drivers availab