Editing Partitions
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: | ||
== | == Partitions mounted on boot == | ||
From logs of a 5.05 PS4 testkit CUH-12xx when booting: | |||
<pre> | |||
[SceSysCore mini] nmount /dev/da0x4.crypt to /system | |||
[SceSysCore mini] nmount /dev/da0x5.crypt to /system_ex | |||
[SceSysCore mini] nmount_ufs /dev/da0x9.crypt to /system_data | |||
[SceSysCore mini] nmount_ufs /dev/da0x14.crypt to /eap_user | |||
[SceSysCore mini] nmount /dev/da0x12.crypt to /update | |||
[SceSysCore mini] nmount /dev/da0x0.crypt to /preinst | |||
[SceSysCore mini] nmount /dev/da0x1.crypt to /preinst2 | |||
[SceSysCore] nmount /data to /user/data | |||
</pre> | |||
< | |||
== | == HDD partitions == | ||
From logs of a 5.05 PS4 testkit CUH-12xx when suspending | From logs of a 5.05 PS4 testkit CUH-12xx when suspending: | ||
<pre> | <pre> | ||
[SceShellCore][StorageStatsReport] HDD partition [WRITE] : | [SceShellCore][StorageStatsReport] HDD partition [WRITE] : | ||
Line 153: | Line 34: | ||
</pre> | </pre> | ||
The sizes might be the writeable size. | |||