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

FEATURE: Add RW support for USB disk images (USB_MOUNT_DISK_READ_WRITE) #2

Open
i-am-shodan opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@i-am-shodan
Copy link
Owner

Currently only USB_MOUNT_DISK_READ_ONLY is available to mount a USB disk image from the SD card filesystem. If you want any type of write access the only option is to use ATTACKMODE STORAGE to mount the entire SD card.

We'd like to add USB_MOUNT_DISK_READ_WRITE but the underlying Arduino FS libraries don't support this. One option would be to leave some unpartitioned space at the end of the drive and use that.

@i-am-shodan i-am-shodan added the enhancement New feature or request label Sep 27, 2024
@i-am-shodan i-am-shodan self-assigned this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant