Mounting HDD on PC: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 1: Line 1:
=Introduction=
=Introduction=
* The goal is to mount PS3 HDD on PC Linux and make changes to it.
* Use device mapper for transparent encryption/decryption.


=Device Mapper=
=Device Mapper=

Revision as of 20:54, 3 September 2012

Introduction

  • The goal is to mount PS3 HDD on PC Linux and make changes to it.
  • Use device mapper for transparent encryption/decryption.

Device Mapper

dm-bswap16

  • Swaps bytes in each 16-bit word.
  • It is necessray for HDD/VFLASH encryption/decryption.

GIT repo: http://gitorious.ps3dev.net/ps3linux/dm-bswap16

Links