-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
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
Changing _GdfsMixin.readdir to do:
filename = utility.make_safe_for_filename(filename)
and to omit duplicated names the problem is resolved.
Those are just workarounds for which I would like to find better solutions.
Metadata
Metadata
Assignees
Labels
No labels