XDVDFS
From xboxdevwiki
Revision as of 11:11, 9 November 2017 by JayFoxRox (talk | contribs) (Created page with "XDVDFS (Also known as XISO) is the image format used for Xbox Game Discs. It is stored in the data area. == Format == Each sector is 2048 bytes. The first...")
XDVDFS (Also known as XISO) is the image format used for Xbox Game Discs. It is stored in the data area.
Format
Each sector is 2048 bytes. The first data is the magic at sector 32. It is always "MICROSOFT*XBOX*MEDIA".
Filesystem
[FIXME]
File entry flags:
- READONLY = 0x01
- HIDDEN = 0x02
- SYSTEM = 0x04
- DIRECTORY = 0x10
- ARCHIVE = 0x20
- NORMAL = 0x80
Security blocks
[FIXME]
Random blocks
[FIXME]