Skip to content

OSError: [Errno 5] Input/output: macOS Sonoma is delaying writes on small filesystems #8449

@SuarezLuis

Description

@SuarezLuis

CircuitPython version

Adafruit CircuitPython 8.2.6 on 2023-09-12; Adafruit CircuitPlayground Express with samd21g18

Code/REPL

# Write your code here :-)

print("Hello World!")

Behavior

Code stopped by auto-reload. Reloading soon.
soft reboot

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
OSError: [Errno 5] Input/output error

Code done running.

Description

  • Error on each save

Additional information

On a fresh installation of MacOS sonoma every time that code.py is saved a OSError: [Errno 5] Input/output error pops up, eventually the code runs but it takes about 15 seconds, I have tried disabling USB Stores and spotlight with:

defaults write DSDontWriteUSBStores -bool false
sudo mdutil -i off -d /Volumes/CIRCUITPY/ 

No luck

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugthird-partyAwaiting action on a third party for a fix or an answer to a requestusb

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions