bibikurosawa / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Drive letter still in use after unmounting #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Dokan 0.5.2
2. Mount the directory as a fixed drive using mirror.exe tool
3. Unmount the drive using dokanctl.exe
4. Execute
fsutil fsinfo drives
Displays letter as in use

5. Execute
fsutil fsinfo drivetype V:
shows that drive has been mounted as FIXED

6. Drive letter is not available in list when trying to mount network share
etc.

What is the expected output? What do you see instead?
Drive is unmounted and drive letter can be reused.
Instead drive is unmounted but letter cannot be used (still in use)

What version of the product are you using? On what operating system?
Dokan 0.5.2
WinXP 32bit, SP3

Please provide any additional information below.
That issue has not been seen on 0.5.1 but since installing 0.5.2 it can be
reproduced using any version after uninstalling 0.5.2

Original issue reported on code.google.com by Iwan.Daniel@gmail.com on 9 Apr 2010 at 1:54

GoogleCodeExporter commented 9 years ago
I can't reproduce on the latest version in the svn repository (r144).
I changed and improved mounting after 0.5.2, the issue seems fixed by those 
changes.

Original comment by asa...@gmail.com on 10 Apr 2010 at 11:15