How to Create a Virtual Windows Drive
Posted
by HyLian
on Stack Overflow
See other posts from Stack Overflow
or by HyLian
Published on 2009-07-08T08:24:48Z
Indexed on
2010/05/08
12:28 UTC
Read the original article
Hit count: 167
Hello,
I'm trying to create a Windows Virtual Drive ( like c:\ ) to map a remote storage. The main purpose is to do it in a clear way to the user. Therefore the user wouldn't know that he is writing/reading from another site.
I was searching for available products, and i find that FUSE is not an option in Windows and WebDAV maps directly the drive, and i would like to build a middle layer between windows and remote storage to implement some kind of services. Another alternatives exists, such as Dokan, that is very expensive, and System.IO.IsolatedStorage Namespace, that doesn't seem to explicity create a new Windows Drive.
Probably pismo ( http://www.pismotechnic.com/ ) is the thing that mostly matches my requirements but I would know if there is another alternative, including some Windows ( C++ or .NET ) native API to do that.
Thanks for reading :)
© Stack Overflow or respective owner