You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a similar issue to #161. Since that issue is focused on the OS and architecture I decided to open a separate issue but the underlying problem might be the same.
Running inside vagrant (on 64bit intel):
$ ls /mnt/g
ls: reading directory /mnt/g: Input/output error
It actually seems to be two issues:
Multiple files with the same name
non ascii names, like ä and/or files with fun characters like spaces, slashes and colons
I have a similar issue to #161. Since that issue is focused on the OS and architecture I decided to open a separate issue but the underlying problem might be the same.
Running inside vagrant (on 64bit intel):
It actually seems to be two issues:
Changing
_GdfsMixin.readdir
to do:and to omit duplicated names the problem is resolved.
Those are just workarounds for which I would like to find better solutions.
The text was updated successfully, but these errors were encountered: