ihaveamac / ninfs

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

Mount Switch partition directly #53

Closed aedalzotto closed 4 years ago

aedalzotto commented 4 years ago

Hello.

I have a partial backup of my Switch image, that have several files that represent the partitions (PRODINFO, SYSTEM, BCPKG, etc.). Is it possible to mount only one of these partitions or i need to make a whole nand image to mount?

ihaveamac commented 4 years ago

Not at the moment, but it shouldn't be too difficult to support transparent encryption for a single partition.

ihaveamac commented 4 years ago

0b6fee18cd1fa023c324352c58978c5d4e0d9825 on the 2.0 branch adds this feature. Use with an argument like --partition SYSTEM. A single file will be in the mount with the decrypted partition.

aedalzotto commented 4 years ago

Awesome work. Thanks.