Re: Which type of driver should I develop to turn a file to a pesudo-d by Don
Don
Mon Nov 21 07:14:49 CST 2005
Start with the disk class driver example in the DDK. There is a driver
source called filedisk out there that does this, unfortunately this is
stolen software so you not use it for anything real.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
"Ryan Yan" <Ryan Yan@discussions.microsoft.com> wrote in message
news:F5B0B3DB-DA77-4D11-8D5B-2710892681E1@microsoft.com...
> Hello, I am a beginner of driver development.
>
> I want to create a pesudo-disk from a normal file.
>
> Which type or types of driver should I develop?
>
> I think I am getting lost in the driver stack for a disk.
>
> Anyway, thank you for your idea in advance!