Driver for interacting with CDROM

Hi All,

Apologies for sounding repetitive.

Kindly help me with key concepts I need for writing a very basic driver
which when invoked should get a file from cdrom

Im able to install my driver as E: and also allocate memory to it.

Now my user application points to E:\ and requests for a file E:\ABCD.txt

myDriver should now go to cdrom [D:] and fetch D:\ABCD.txt, and return it
back to user application. i.e. the read-write which will happen in myDriver
should be same/similar to how an actual cd-rom reads-writes just that I’m
providing a hop in between.

Kindly help me with how to perform this read write.

Simran,

Which driver have you written? Is this a miniport driver? if so you dont
need to bother about fetching abcd.txt. cdfs driver will do it for you. all
u need to support is reading blocks that come to you as parameters in srbs.

Thanks and Regards,

Charansing D Deore
Sr. Software Developer,
CalSoft Pvt Ltd.
Baner Road, Pune-411045
Office: +91 20 39853000 Ext: 3055
Cell: +91 9850960550

On Mon, Sep 29, 2008 at 12:24 PM, Simran Saun wrote:

> Hi All,
>
> Apologies for sounding repetitive.
>
> Kindly help me with key concepts I need for writing a very basic driver
> which when invoked should get a file from cdrom
>
> Im able to install my driver as E: and also allocate memory to it.
>
> Now my user application points to E:\ and requests for a file E:\ABCD.txt
>
> myDriver should now go to cdrom [D:] and fetch D:\ABCD.txt, and return it
> back to user application. i.e. the read-write which will happen in myDriver
> should be same/similar to how an actual cd-rom reads-writes just that I’m
> providing a hop in between.
>
> Kindly help me with how to perform this read write.
>
>
>
> — NTDEV is sponsored by OSR For our schedule of WDF, WDM, debugging and
> other seminars visit: http://www.osr.com/seminars To unsubscribe, visit
> the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer