In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "/import"

From WiiBrew
Jump to navigation Jump to search
m (Linked to title)
(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.