Skip to content

mtcl mount on Windows #2

Closed
Closed
@metachris

Description

@metachris

Mounting a MicroPython device with mctl mount and reading a file crashes. This is because of a bug in the fuse-native-bindings library, which seems to be the only available option.

Background

Mounting a MicroPython device with mctl mount uses FUSE to mount a virtual filesystem (implemented here).

  • On macOS and Linux, we use fuse-native, which includes the FUSE driver in the library (no external FUSE installation necessary).
  • On Windows, we use node-fuse-bindings, which uses the Dokan FUSE drivers for Windows.

There is an issue with node-fuse-bindings where it crashes on reading a file: direktspeed/node-fuse-bindings#11

I am not sure how to fix this. If anyone can help or has ideas, feedback, or even a need for this, please comment on this issue.

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