emoose / xbox-winfsp

Brings native support for Xbox filesystems (FATX, STFS & GDFX/XGD/XDVDFS) to Windows.
62 stars 6 forks source link
fatx filesystem gdfx stfs windows winfsp xbox xbox360 xdvdfs xgd

xbox-winfsp Actions Status

Brings native (read-only) support for the GDFX, STFS/STFC & FATX Xbox filesystems to Windows, thanks to the power of WinFsp!

  1. Download & install WinFsp
  2. Download & extract xbox-winfsp (somewhere you want to keep it installed, ie not a temporary folder!)
  3. Right click _INSTALL.bat & run as admin
  4. Right click a GDFX/STFS/FATX file and choose "Mount as Xbox STFS/GDF"
  5. Enjoy!

HDD mounting

xbox-winfsp can also mount the partitions from any connected Xbox 360 HDDs, or connected & unlocked Xbox OG HDDs.

To do this, simply connect the HDD to your computer somehow, then right-click the xbox-winfsp.exe and run it as administrator (after performing the setup above).
This will then iterate over all connected drives on your PC, check if they contain any FATX/STFC partitions, and mount any that do.

ATM though unfortunately any partitions created by WinFsp as admin, can only be accessed by admin...
To work around this you can eg. run Notepad as admin, then browse the partitions through the open-file-dialog.
Hopefully I can find a proper workaround for this soon, since this reduces usability a huge amount. (it might have something to do with SDDL security descriptors, nothing I've tried has actually worked yet though :()

Xbox OG unlocking

Xbox OG HDDs are usually "locked", preventing access to the data inside unless the correct password is provided. Fortunately devkit drives all share the same password (well, the same all-zero HDD key, which is used to derive the password), however retail drives require the eeprom.bin that's paired with the HDD.

The xboxhdm23usb package can be used to unlock HDDs from Windows, simply extract the zip somewhere, place eeprom.bin in the same folder as the bat files, run xboxhd.bat, and then follow the prompts to unlock the drive. (this worked fine for me under Windows 10 64-bit)

For devkit HDDs you can use any devkit EEPROM file, since all should share the same all-zero HDD key: the included eeprom.bin here is from my own debug kit (with all info except for the encrypted HDD key removed)

After running the unlock command simply follow the "HDD mounting" section above to mount the partitions inside. (if this fails you might need to unplug/replug the data cable for the HDD after unlocking - though if it still fails after that, you might not have the correct eeprom for the drive...)

Limitations

Todo