Difference between revisions of "/import"
Jump to navigation
Jump to search
Hallowizer (talk | contribs) m (Linked to title) |
Hallowizer (talk | contribs) (Organization description) |
||
Line 2: | Line 2: | ||
[[:/dev/es|ES]] uses this as a temporary location to store [[title]] contents as they are added. After this finishes, the directory is renamed to the proper location in [[:/title]], to prevent malformed titles from being installed. | [[:/dev/es|ES]] uses this as a temporary location to store [[title]] contents as they are added. After this finishes, the directory is renamed to the proper location in [[:/title]], to prevent malformed titles from being installed. | ||
+ | |||
+ | Similar to /title, subdirectories of this directory correspond to titles, which are arranged the same way as in /title. Contents are first written to [[:/tmp]], then renamed to be placed in the correct title in this directory. The entire directory is moved to /title when calling ES_AddTitleFinish. | ||
[[Category:Wii Filesystem]] | [[Category:Wii Filesystem]] |
Revision as of 22:47, 5 November 2021
This directory is part of the /dev/fs filesystem and part of the Wii NAND.
ES uses this as a temporary location to store title contents as they are added. After this finishes, the directory is renamed to the proper location in /title, to prevent malformed titles from being installed.
Similar to /title, subdirectories of this directory correspond to titles, which are arranged the same way as in /title. Contents are first written to /tmp, then renamed to be placed in the correct title in this directory. The entire directory is moved to /title when calling ES_AddTitleFinish.