@canneloni
Thanks for the video clip. A couple of points:
- The instructions below should be done in a cmd window with admin rights. My bad, I didn't clarify this in my earlier response to you. This should see the results of each command just being displayed within the cmd window.
- There is no need to include the actual driver path to achieve what we are trying to do here.
- The little window that flashed up when you entered 'dokanctl /I d' actually confirmed that the service was installed and started. If you are quick with the pause button you can see it.
From what I've seen, I think that the dokan service is installed and running. to convince yourself just try the commands (exactly as per below again in a cmd window
with Admin rights). :
C:\Program Files\Dokan\Dokan Library-1.0.0>cd /d C:\Program Files\Dokan\Dokan Library-1.0.0
C:\Program Files\Dokan\Dokan Library-1.0.0>
dokanctl
Driver path: 'C:\WINDOWS\system32\drivers\dokan1.sys'
dokanctl /u MountPoint (/f)
dokanctl /m
dokanctl /i [d||n]
dokanctl /r [d||n]
dokanctl /v
Example:
/u M : Unmount M: drive
/u C:\mount\dokan : Unmount mount point C:\mount\dokan
/u 1 : Unmount mount point 1
/u M /f : Force unmount M: drive
/i d : Install driver
/i n : Install network provider
/r d : Remove driver
/r n : Remove network provider
/d [0-9] : Enable Kernel Debug output
/v : Print Dokan version
C:\Program Files\Dokan\Dokan Library-1.0.0>
dokanctl /vDriver path: 'C:\WINDOWS\system32\drivers\dokan1.sys'
dokanctl : Mar 8 2016 13:07:15
Dokan version : 100
Dokan driver version : 0x190
C:\Program Files\Dokan\Dokan Library-1.0.0>
As I said, I think that the dokan service is up and running on your PC. Can you do a similar clip of what happens when you launch MLVFS. remember it also needs to be in a cmd window with admin rights. Please include the launch process, what you see in file manager and the localhost browser details.