rclone: rclone cannot read an encfs mounted drive on Windows 7
First mount the virtual drive using encfs
encfs --reverse h:/folder n:
Try to perform any operation with that drive using rclone and it will return with a read error. dir from the N:\ directory works without a problem.
N:\>rclone ls .
2015/12/24 12:00:39 Local file system at \\?\N:\: Failed to open directory: \\?\N:\: Readdir \\?\N:\: The system cannot find the path specified.
Transferred: 0 Bytes ( 0.00 kByte/s)
Errors: 1
Checks: 0
Transferred: 0
Elapsed time: 0
N:\>
I’m using Windows 7 Professional x64, encfs4win, and Dokan 0.6.0
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 17 (1 by maintainers)
Commits related to this issue
- Add local file system option to disable UNC on Windows. This will add an option to disable UNC conversion on Windows to deal with buggy file system implementations like EncFS. Fixes #261 — committed to klauspost/rclone by klauspost 8 years ago
- Add local file system option to disable UNC on Windows. This will add an option to disable UNC conversion on Windows to deal with buggy file system implementations like EncFS. Fixes #261 — committed to klauspost/rclone by klauspost 8 years ago
@klauspost thank you for the test sample ❤️ I have fixed the issue faced on dokan. https://github.com/dokan-dev/dokany/issues/406 👍