Hi,

I have question.

I have written a Skelton driver for Mass-Storage device (init,exit, probe, disconnect,release,and open). When I tried to test (by open ("/dev/sda5", read-only)) my Skelton driver by writing an application, i failed to open. I noticed that I have to mount the memory stick after doing insmod my_driver.ko.

my questions are...

1) Do I have to mount the stick like "mount -t vfat /dev/sda5 /mnt/storage" before doing open in the application? 2) If I mount with the above mentioned command, from my test application can I able to access the device with the open call? 3) Otherwise do I have to write any piece of code in the driver itself for mounting?

Thank you,

Regards,
Jeeva

_________________________________________________________________
Shah Rukh fan? Know all about the Baadshah of Bollywood. On MSN Search http://server1.msn.co.in/profile/shahrukh.asp



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to