Discussion:
Virtual Disk Driver for mounting folders
(too old to reply)
Marcel Nita
2010-08-10 16:29:03 UTC
Permalink
Hello list,

I don't have a real development question, but rather need some indications
on finding some documentation, articles or, if possible, source code for a
virtual disk driver for mounting folders. Something similar to what the
"subst" command is doing. However, I would need to do this with a driver. Any
other ideas or advices are welcome.

I have found a *lot* of driver examples for mounting CD/DVD images, but
that's a bit different from what I am trying to accomplish.

Thanks,
Marcel
Maxim S. Shatskih
2010-08-10 18:54:55 UTC
Permalink
I think nothing but "subst" is possible in this area.

Folder is not a blockwise disk, so you cannot mount it as a disk.

Well, you can develop your own "subst" if you want so :-)
--
Maxim S. Shatskih
Windows DDK MVP
***@storagecraft.com
http://www.storagecraft.com
Post by Marcel Nita
Hello list,
I don't have a real development question, but rather need some indications
on finding some documentation, articles or, if possible, source code for a
virtual disk driver for mounting folders. Something similar to what the
"subst" command is doing. However, I would need to do this with a driver. Any
other ideas or advices are welcome.
I have found a *lot* of driver examples for mounting CD/DVD images, but
that's a bit different from what I am trying to accomplish.
Thanks,
Marcel
Loading...