Redirecting Io Requests from one drive to another

Hello,
I have written a code that creates a ramdisk of size 1MB . But, I want all the I/O requests for the ramdisk be redirected to other drives like C: or D:…
I don’t have any idea in this. Can any body help me please…

you can do a WdfIoTargetFormatRequestForWrite and send them to disk


From:
Sent: Tuesday, September 29, 2009 1:48 PM
To: “Windows System Software Devs Interest List”
Subject: [ntdev] Redirecting Io Requests from one drive to another

> Hello,
> I have written a code that creates a ramdisk of size 1MB . But, I
> want all the I/O requests for the ramdisk be redirected to other drives
> like C: or D:…
> I don’t have any idea in this. Can any body help me please…
>
> —
> 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
>