ihaveamac / ninfs

FUSE filesystem Python scripts for Nintendo console files
MIT License
438 stars 18 forks source link

Mounting Switch emuMMC on Windows #47

Open ckurtz22 opened 5 years ago

ckurtz22 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

First step: 0832882f5cbbdaeb8b10996db74753edeb765657