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

Mounting Switch emuMMC on Windows #47

Open
ckurtz22 opened this issue Jun 17, 2019 · 2 comments
Open

Mounting Switch emuMMC on Windows #47

ckurtz22 opened this issue Jun 17, 2019 · 2 comments

Comments

@ckurtz22
Copy link
Contributor

When mounting on Windows, you have to pass "\.\F:" instead of "F:" because of how Windows works with raw devices. Unfortunately this causes an issue where os.stat() does not like that type of file path. Looking into solutions right now

@ihaveamac
Copy link
Owner

This also happens when the nand is mounted with memloader. You may also need to make sure you read and write in 0x200 sectors. I thought about creating a custom class to handle this.

@ihaveamac
Copy link
Owner

First step: 0832882

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

No branches or pull requests

2 participants