How do I mount a virtual filesystem in a folder?

Posted by chacham15 on Stack Overflow See other posts from Stack Overflow or by chacham15
Published on 2010-12-27T22:16:05Z Indexed on 2011/01/07 17:53 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

I implemented a virtual filesystem using Dokan. I tried to set the drive letter to C but it errors every time. I was wondering if there is a different virtual filesystem which will allow me to do that or if there is a way of fixing it. Is there some windows api call which will allow me to remount the filesystem in a folder?

Thanks!!!

EDIT: The windows manager does not list the virtual drive, so I cannot mount it through the usual Windows interface. Also, I tried to change the drive name through the property interface and it wouldnt let me do that either.

© Stack Overflow or respective owner

Related posts about c

    Related posts about Windows