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 45: | Line 43: | ||
<pre> | <pre> | ||
$ sudo ./ps3sed print_region 3 | $ sudo ./ps3sed print_region 3 | ||
# region id start | # region id start sectortotal sectors total acls | ||
0 0 488397168 1 | 0 0 488397168 1 | ||
2 524304 60459821 8 | 2 524304 60459821 8 | ||
3 60984133 4194296 8 | 3 60984133 4194296 8 | ||
4 65178438 423218700 8 | 4 65178438 423218700 8 | ||
</pre> | </pre> | ||
Line 74: | Line 53: | ||
=Delete Region= | =Delete Region= | ||