On Mon, Oct 14, 2013 at 2:53 AM, SANJAY GUPTA <gupta.san...@samsung.com> wrote:
>
> Hi All,
> I have a USB flash drive with below specification:

First, for any usb flash drive, it's almost guaranteed the device is a
mass storage device, so its protocol will be based on that spec, which
you'll need to understand.

Second, Linux will be driving this device by default, and allowing you
to access it as a normal storage device.  Why don't you want to let
Linux do the mass storage work for you?  Just mount the device's
filesystem(s) and access them directly using normal file i/o.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
javax-usb-devel mailing list
javax-usb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to