Changes

293 bytes added ,  03:40, 24 August 2012
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 and encryption of [[nand/extdata]] is exactly the same as SD and contains shared [[extdata]].
+
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/]]
* [[Extdata|nand/extdata]]
+
* [[nand/private/movable.sed]]
* [[nand/sysdata]] (Contains [[FS:OpenFile|SystemSaveData]])
   
* [[nand/data]]
 
* [[nand/data]]
* [[nand/private/movable.sed]]
+
* [[Extdata|nand/data/<ID>/extdata]]
 +
* [[System SaveData|nand/data/<ID>/sysdata]]
    
=TWL partition=
 
=TWL partition=