jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
401 stars 41 forks source link

mounting fails without any error message #147

Closed kajott closed 3 years ago

kajott commented 3 years ago

Describe the bug

Can't mount anything. The drive letter is not created, but there's no error message either (not in the GUI, not when running on the console, not in the Windows Event Log).

To Reproduce

Mount any EncFS volume, or create one and then try to mount it.

Expected behavior

The encrypted volume is mounted, a new drive letter is created and Explorer can access it.

Screenshots

Transcript when using encfs.exe directly on a test volume (located in the directory C:\userdata\test.encfs on my system):

C:\> "C:\Program Files (x86)\encfs\encfs.exe" -v C:\userdata\test.encfs T:
VERBOSE Forking encfs as child
 [main.cpp:754]
VERBOSE Root directory: C:\userdata\test.encfs/ [main.cpp:840]
VERBOSE Fuse arguments: (daemon) (fork) (threaded) (keyCheck) encfs.exe T: -f -o use_ino -o default_permissions  [main.cpp:841]
VERBOSE found new serialization format [FileUtils.cpp:311]
VERBOSE subVersion = 20100713 [FileUtils.cpp:325]
VERBOSE checking if ssl/aes(3:0:2) implements ssl/aes(3:0) [Interface.cpp:103]
VERBOSE allocated cipher ssl/aes, keySize 24, ivlength 16 [SSL_Cipher.cpp:395]
VERBOSE useStdin: 0 [FileUtils.cpp:1702]
EncFS Password: <correct password entered here>
VERBOSE checking if ssl/aes(3:0:2) implements ssl/aes(3:0) [Interface.cpp:103]
VERBOSE allocated cipher ssl/aes, keySize 24, ivlength 16 [SSL_Cipher.cpp:395]
VERBOSE cipher key size = 44 [FileUtils.cpp:1715]
VERBOSE checking if nameio/block(4:0:2) implements nameio/block32(4:0) [Interface.cpp:103]
VERBOSE checking if nameio/block32(4:0:2) implements nameio/block32(4:0) [Interface.cpp:103]

C:\> echo %ERRORLEVEL%
0

C:\> T:
The system cannot find the drive specified.

Environment

No version of encfs4win or Dokan was installed before. The system has been rebooted after the encfs4win/Dokan installation.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.