Difference between revisions of "FATX"
From xboxdevwiki
Mborgerson (talk | contribs) (Created page with "The file system used on the Xbox is FATX, a variant of FAT16/32 developed by Microsoft specifically for the Xbox. == Implementations == {| class="wikitable |- ! Name ! P...") |
|||
Line 23: | Line 23: | ||
== Further Reading == | == Further Reading == | ||
* [http://hackipedia.org/Disk%20formats/File%20systems/FATX%2C%20File%20Allocation%20Table%20%28X-Box%29/Differences_between_Xbox_FATX_and_MS-DOS_FAT.htm Differences between Xbox FATX and MS-DOS FAT] | * [http://hackipedia.org/Disk%20formats/File%20systems/FATX%2C%20File%20Allocation%20Table%20%28X-Box%29/Differences_between_Xbox_FATX_and_MS-DOS_FAT.htm Differences between Xbox FATX and MS-DOS FAT] | ||
+ | * [https://web.archive.org/web/20020617181617/http://www.tardis.ed.ac.uk:80/~lucien/computing/projects/xbox/XBOX-disk-layout.htm XBOX DISK LAYOUT v0.13] |
Revision as of 11:12, 27 December 2018
The file system used on the Xbox is FATX, a variant of FAT16/32 developed by Microsoft specifically for the Xbox.
Implementations
Name | Platform | Read/Write | Description |
---|---|---|---|
Official | Xbox | Read/Write | Official FATX implementation by Microsoft |
fatxfs | GNU/Linux, macOS | Read-Only | FUSE-based implementation |