Difference between revisions of "FATX"

From xboxdevwiki
Jump to: navigation, search
m
m
 
Line 1: Line 1:
 
The file system used on the Xbox is [[FATX]], a variant of FAT16/32 developed by Microsoft specifically for the Xbox.
 
The file system used on the Xbox is [[FATX]], a variant of FAT16/32 developed by Microsoft specifically for the Xbox.
 +
 +
The [[Config Sector]] contains the filesystem magic number, some basic filesystem metadata, and Xbox Live account information.
  
 
== Implementations ==
 
== Implementations ==

Latest revision as of 05:38, 3 July 2022

The file system used on the Xbox is FATX, a variant of FAT16/32 developed by Microsoft specifically for the Xbox.

The Config Sector contains the filesystem magic number, some basic filesystem metadata, and Xbox Live account information.

Implementations

Name Platform Read/Write Description
Official Xbox Read/Write Official FATX implementation by Microsoft
fatxfs GNU/Linux, macOS Read-Only FUSE-based implementation

Further Reading