Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mounted filesystems don't appear over web workflow #8107

Closed
makermelissa opened this issue Jun 22, 2023 · 3 comments · Fixed by #8699
Closed

Mounted filesystems don't appear over web workflow #8107

makermelissa opened this issue Jun 22, 2023 · 3 comments · Fixed by #8699

Comments

@makermelissa
Copy link
Collaborator

CircuitPython version

8.2.0-beta.1-12-g0da62416a-dirty

Code/REPL

N/A

Behavior

Per @ladyada:

Mounted filesystems don't appear - i have a microSD on /sd but does not show up over wifi.

Checked via /fs/ folder on the device and it wasn't there either.

Description

No response

Additional information

No response

@tannewt
Copy link
Member

tannewt commented Nov 30, 2023

I've been thinking a lot about this and I think we'll need to require that the FS be backed by a native object for reading and writing blocks. MP actually allows for Python implemented block io but that would lead to running Python functions at anytime while other user code runs.

@ladyada
Copy link
Member

ladyada commented Nov 30, 2023

can we do that easier if we requre using sdcardio (which is already semi-native)

@tannewt
Copy link
Member

tannewt commented Nov 30, 2023

Yup, exactly. Using the native sdcardio or sdio rather than the Python sd card library would be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants