Flash Filesystem: Difference between revisions
No edit summary |
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 | The structure of [[nand/title]] appears to be exactly the same as [[SD Filesystem|SD]]. | ||
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 "nandrw" [[FS:OpenArchive|archive]] is mounted at "nand:/rw/", while the "nandro" archive is mounted at "nand:/ro/". | The "nandrw" [[FS:OpenArchive|archive]] is mounted at "nand:/rw/", while the "nandro" archive is mounted at "nand:/ro/". | ||
| Line 71: | Line 72: | ||
* [[Title Data Structure|nand/title/]] | * [[Title Data Structure|nand/title/]] | ||
* [[nand/tmp/]] | * [[nand/tmp/]] | ||
* [[ | * [[nand/private/movable.sed]] | ||
* [[nand/data]] | * [[nand/data]] | ||
* [[nand/ | * [[Extdata|nand/data/<ID>/extdata]] | ||
* [[System SaveData|nand/data/<ID>/sysdata]] | |||
=TWL partition= | =TWL partition= | ||