Flash Filesystem: Difference between revisions
No edit summary |
|||
Line 52: | Line 52: | ||
=CTR partition= | =CTR partition= | ||
The structure of [[nand/title]] appears to be exactly the same as [[SD Filesystem|SD]]. | The structure of [[nand/title]] appears to be exactly the same as [[SD Filesystem|SD]], except savegames are stored under the [[System SaveData|nand/data/<ID>/sysdata]] directory instead. | ||
The sub-directory name under [[nand/data]] is the same SHA256 hash over the [[nand/private/movable.sed|movable.sed]] keyY used for the "sdmc/Nintendo 3DS" sub-directory. This nand/data/<ID> directory is the NAND equivalent of the "sdmc/Nintendo 3DS/<ID0>/<ID1>" directory. The nand/data/<ID>/extdata directory contains the shared [[extdata]], and is structured/encrypted exactly the same way as SD extdata. | The sub-directory name under [[nand/data]] is the same SHA256 hash over the [[nand/private/movable.sed|movable.sed]] keyY used for the "sdmc/Nintendo 3DS" sub-directory. This nand/data/<ID> directory is the NAND equivalent of the "sdmc/Nintendo 3DS/<ID0>/<ID1>" directory. The nand/data/<ID>/extdata directory contains the shared [[extdata]], and is structured/encrypted exactly the same way as SD extdata. | ||
Line 75: | Line 75: | ||
* [[nand/data]] | * [[nand/data]] | ||
* [[Extdata|nand/data/<ID>/extdata]] | * [[Extdata|nand/data/<ID>/extdata]] | ||
* [[System SaveData|nand/data/<ID>/sysdata]] | * [[System SaveData|nand/data/<ID>/sysdata]] (NAND savegames are stored at "<SaveID0>/<SaveID1>" under this directory) | ||
=TWL partition= | =TWL partition= |