-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add notice to the document that mount point should be a drive #51
Comments
Hi @korokoro -- We're trying to figure out a way to fix this issue so that it isn't necessary to mount to a drive letter anymore, and have a bug report out on Dokany regarding this. If we can't fix this before the next release, however, then we will definitely add this to the documentation and program! |
@jetwhiz, thank you for your quick reply. |
Dokany v1.0.0-stable does not offer a fix for this Wait for potential fix in next release
Is there a fix possible for this? 😿 |
@Owyn -- the only quick-fix I've been able to think of would be to have an option to force all directory/file names to be all uppercase. Such an option would break compatability with encfs upstream, though, and I don't think that the encfs project will be willing to implement this type of quick fix in the main project. As of right now it is still a mystery why Windows/Dokany converts everything to uppercase when directory junctions are used. |
it seems I cannot reproduce the problem, all 800 gb and 200,000 of files of mixed uppercase\undercase are OK for me, all found, all have their own names. |
@Owyn -- if you're using Block32 filename encoding, then this issue might not exist with --reverse mode enabled if you're using a directory junction on the mount point. |
It appears that this may have been fixed in the latest update of Windows 10 (see dokan-dev/dokany#293). I need to test this out and see if it has been fixed for encfs4win (and if this fix is also on Win8/7). |
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. |
Hi,
The documentation of the older encfs4win[1] describes the following problem:
[1] http://members.ferrara.linux.it/freddy77/encfs.html
I found that this is still true in the current version of encfs4win. (I tested with 1.10.1-RC7 on Win 7/10 32bit)
I would suggest to add notice about this problem to README. It should be helpful for new users.
I would also suggest to make encfs show a warning if plain_dir is not a drive (or make encfs refuse any plain_dir which is not a drive.)
Thanks,
The text was updated successfully, but these errors were encountered: