Difference between revisions of "SD Filesystem"

From Nintendo Switch Brew
Jump to navigation Jump to search
(Created page with "== Overview == sd └── Nintendo ├── Album ├── Contents └── save == Album == Contains the screenshots: "YYYY/MM/DD/<hex>.jpg...")
 
Line 17: Line 17:
 
Also contains file "private". Modifying this file results in the system throwing the <this microSD is for another system> error.
 
Also contains file "private". Modifying this file results in the system throwing the <this microSD is for another system> error.
  
"placehld" and "registered" are the same, except that the former stores the temp data during eShop title download, while the latter is for the final title data. The contents of the former for a title("placehld/<hex>/") are moved into the latter when title download finishes. When a title is launched(?), the already empty "placehld/<hex>" directories are deleted.
+
"placehld" and "registered" are the same, except that the former stores the temp data during eShop title download, while the latter is for the final title data. The contents of the former for a title("placehld/<hex>/") are moved into the latter when title download finishes.
 +
 
 +
Some of the "placehld/<hex>" directories are temp-only and don't get moved into "registered". These are deleted when the title is launched(?), at that point the directories are already empty.
  
 
No titleIDs are stored in any directories/filenames here.
 
No titleIDs are stored in any directories/filenames here.

Revision as of 16:57, 9 June 2017

Overview

sd
└── Nintendo
    ├── Album
    ├── Contents
    └── save

Album

Contains the screenshots: "YYYY/MM/DD/<hex>.jpg". These contain some sort of MAC, the system will display an error for screenshots with invalid MACs.

save

Contains system-only savedata "8000000000000000" and "8000000000000124".

Contents

Contains directories "placehld" and "registered".

Also contains file "private". Modifying this file results in the system throwing the <this microSD is for another system> error.

"placehld" and "registered" are the same, except that the former stores the temp data during eShop title download, while the latter is for the final title data. The contents of the former for a title("placehld/<hex>/") are moved into the latter when title download finishes.

Some of the "placehld/<hex>" directories are temp-only and don't get moved into "registered". These are deleted when the title is launched(?), at that point the directories are already empty.

No titleIDs are stored in any directories/filenames here.