Editing Mounting HDD on PC
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
* The goal is to mount PS3 HDD on PC Linux and make changes to it. | * The goal is to mount PS3 HDD on PC Linux and make changes to it. | ||
* Use device mapper for transparent encryption/decryption. | * Use device mapper for transparent encryption/decryption. | ||
=Device Mapper= | =Device Mapper= | ||
==dm-bswap16== | ==dm-bswap16== | ||
Line 19: | Line 10: | ||
* Swaps bytes in each 16-bit word. | * Swaps bytes in each 16-bit word. | ||
* It is necessray for HDD/VFLASH encryption/decryption. | * It is necessray for HDD/VFLASH encryption/decryption. | ||
GIT repo: http://gitorious.ps3dev.net/ps3linux/dm-bswap16 | GIT repo: http://gitorious.ps3dev.net/ps3linux/dm-bswap16 | ||
=Links= | =Links= | ||
Line 592: | Line 19: | ||
* http://www.freeotfe.org/docs/Main/mobile_site/Linux_examples__dm-crypt.htm | * http://www.freeotfe.org/docs/Main/mobile_site/Linux_examples__dm-crypt.htm | ||
* http://www.hopelesscase.com/linuxnotes/encrypted_filesystems/dmsetup_losetup_and_mount | * http://www.hopelesscase.com/linuxnotes/encrypted_filesystems/dmsetup_losetup_and_mount | ||