Skip to content

Input/output error #190

@FlorianLudwig

Description

@FlorianLudwig

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions