Skip to content

Fixing dokan support discussion... #256

@apocalypse2012

Description

@apocalypse2012

Python 2.7.9 64 bit and 32 bit
Dokan 0.7.4
FS 0.5.4
Windows 8.1

from fs.memoryfs import MemoryFS
from fs.expose import dokan
fs = MemoryFS()
mp = dokan.mount(fs,"Q")
Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\site-packages\fs\expose\dokan__init__.py", line 936, in mount
check_ready(mp)
File "C:\Python27\lib\site-packages\fs\expose\dokan__init__.py", line 913, in check_ready
raise OSError("dokan mount process seems to be hung")
OSError: dokan mount process seems to be hung

dokan.mount(fs,"Q",foreground=True)
Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\site-packages\fs\expose\dokan__init__.py", line 929, in mount
raise OSError("Dokan failed with error: %d" % (res,))
OSError: Dokan failed with error: -5

I tried the newer versions before I realized that 8.0 was API breaking. I've read through all the message boards I can find with no apparent 'fix'. Dokan 0.6.0 no longer appears to be available on the Dokan project page at Github. I

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions