Difference between revisions of "WFS"
Jump to navigation
Jump to search
Hallowizer (talk | contribs) (←Created page with ''''WFS''' is the filesystem used on the Wii USB Memory device. It was designed to store titles, much like the NAND, but was ultimately only used by Dragon...') |
(italicized game name) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | '''WFS''' is the filesystem used on the Wii USB Memory device. It was designed to store titles, much like the [[Hardware/NAND|NAND]], but was ultimately only used by Dragon Quest X. It is possible, but unconfirmed, that this is the exact same filesystem used for external devices on the Wii U. | + | '''WFS''' is the filesystem used on the Wii USB Memory device. It was designed to store titles, much like the [[Hardware/NAND|NAND]], but was ultimately only used by ''Dragon Quest X''. It is possible, but unconfirmed, that this is the exact same filesystem used for external devices on the Wii U. |
== Filesystem layout == | == Filesystem layout == | ||
Line 9: | Line 9: | ||
WFS titles have different directories than NAND titles. | WFS titles have different directories than NAND titles. | ||
* /_patch: Holds updates/DLC | * /_patch: Holds updates/DLC | ||
− | * /content: Holds main title contents, | + | * /content: Holds main title contents. Unlike on the NAND, all WFS contents are ARCs that are extracted on install, and the boot content is now <code>default.dol</code> or <code>_default.dol</code>. |
* /meta: Holds [[TMD]]s. It is not currently known if both the main TMD and patch TMDs are stored here. | * /meta: Holds [[TMD]]s. It is not currently known if both the main TMD and patch TMDs are stored here. | ||
* /save: Presumably holds save data. [[IOS]] does not place any known files here. | * /save: Presumably holds save data. [[IOS]] does not place any known files here. |
Latest revision as of 08:05, 2 February 2024
WFS is the filesystem used on the Wii USB Memory device. It was designed to store titles, much like the NAND, but was ultimately only used by Dragon Quest X. It is possible, but unconfirmed, that this is the exact same filesystem used for external devices on the Wii U.
Filesystem layout
A standard Wii USB Memory device has 2 directories in the root:
Title contents
WFS titles have different directories than NAND titles.
- /_patch: Holds updates/DLC
- /content: Holds main title contents. Unlike on the NAND, all WFS contents are ARCs that are extracted on install, and the boot content is now
default.dol
or_default.dol
. - /meta: Holds TMDs. It is not currently known if both the main TMD and patch TMDs are stored here.
- /save: Presumably holds save data. IOS does not place any known files here.