Editing Ps3sed
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= | ||
* A user-space application for creating/deleting/modifying storage regions on PS3 Linux. | * A user-space application for creating/deleting/modifying storage regions on PS3 Linux. | ||
* It requires the Linux kernel character driver ps3strgmngr. | * It requires the Linux kernel character driver ps3strgmngr. | ||
Line 28: | Line 26: | ||
Print all storage devices: | Print all storage devices: | ||
<pre> | <pre> | ||
$ sudo ./ps3sed print_device | glevand@debian:~/ps3sed$ sudo ./ps3sed print_device | ||
nor_flash 1 512 32768 4 | nor_flash 1 512 32768 4 | ||
cdrom 2 2048 2147483647 1 | cdrom 2 2048 2147483647 1 | ||
disk 3 512 488397168 4 | disk 3 512 488397168 4 | ||
flash 4 512 524288 7 | flash 4 512 524288 7 | ||
</pre> | </pre> | ||
Line 74: | Line 36: | ||
=Delete Region= | =Delete Region= | ||