SD Filesystem: Difference between revisions
Changed to directory tree, and added quick summaries of each relevant directory to the page. |
No edit summary |
||
Line 15: | Line 15: | ||
* ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]]. | * ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]]. | ||
* ID1 is the SD card CID from the SD card which this directory was originally created on, | * ID1 is the scrambled SD card CID from the SD card which this directory was originally created on. To generate this directory name from the original CID, first the CID is rotated 8-bits to the left. Then, each u16 is moved as described in the below table: | ||
{| class="wikitable" border="1" | |||
|- | |||
! Input rotated CID u16 index | |||
! Output CID u16 index | |||
|- | |||
| 6 | |||
| 0 | |||
|- | |||
| 7 | |||
| 1 | |||
|- | |||
| 4 | |||
| 2 | |||
|- | |||
| 5 | |||
| 3 | |||
|- | |||
| 2 | |||
| 4 | |||
|- | |||
| 3 | |||
| 5 | |||
|- | |||
| 0 | |||
| 6 | |||
|- | |||
| 1 | |||
| 7 | |||
|} | |||
'''DCIM''' - Photos and Videos taken by the [[Nintendo 3DS Camera]] application are stored in this directory. Internet Browser image downloads are stored here too. | '''DCIM''' - Photos and Videos taken by the [[Nintendo 3DS Camera]] application are stored in this directory. Internet Browser image downloads are stored here too. | ||
Line 30: | Line 60: | ||
Additional game data is stored here. | Additional game data is stored here. | ||
See the [[extdata]] page for | See the [[extdata]] page for extdata structure/encryption info and the extdataIDs list. | ||
== Private == | == Private == |