Imdisk driver is not showing in device manager

I have downloaded virtual disk driver from http://www.ltr-data.se/opencode.html/ and installed successfully.I can mount the volume over it,i can do the read/writes also.
My questions are:

  1. why it is not showing in the device manager?.
    2.Does the filesystems are mounted over this volume ? shall i call createfile and deviceiocontrol request over this volume?..this i was asked because ,one of the ioctl has been failed.

Thanks in advance,

> 1. why it is not showing in the device manager?.

Maybe it is not PnP?

2.Does the filesystems are mounted over this volume ?

Why not? if you can put the files there - then there is a mounted FSD.


Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com

ImDisk is not a PnP driver, so you will not see anything for it in Device Manager except under non-PnP drivers (Show Hidden Devices). Check out the ImDisk threads on http://reboot.pro if you care to.