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: | ||
See also | See also [[Files on the PS4]] and [https://www.psdevwiki.com/ps5/Partitions PS5 Partitions]. | ||
== Table == | == Table == | ||
Hard drive is identified by the device id “da0”. | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 15: | Line 13: | ||
| da0x1 || preinst2 || msdosfs || SAMU HDD Key || || | | da0x1 || preinst2 || msdosfs || SAMU HDD Key || || | ||
|- | |- | ||
| da0x2 || eap_kern || raw || EAP Kernel Key from EAP KBL (not per-console, in sflash or PUP) || || Raw partition decrypted and uncompressed by EAP KBL to EAP DDR3 | | da0x2 || eap_kern || raw || EAP Kernel Key from EAP KBL (not per-console, in sflash or PUP) || || Raw partition decrypted and uncompressed by EAP KBL to EAP DDR3. | ||
|- | |- | ||
| da0x3 || eap_vsh || msdosfs || EAP HDD Key (per-console, in sflash) || || | | da0x3 || eap_vsh || msdosfs || EAP HDD Key (per-console, in sflash) || || | ||
Line 35: | Line 33: | ||
| da0x6x2 || user log || ?raw or swapfs? || ?same as old swap? || || | | da0x6x2 || user log || ?raw or swapfs? || ?same as old swap? || || | ||
|- | |- | ||
| da0x7 || hiber || ? || ? || || | | da0x7 || hiber || ? || ? || || | ||
|- | |- | ||
| da0x8 || app_tmp || ufs || SAMU HDD Key || || | | da0x8 || app_tmp || ufs || SAMU HDD Key || || | ||
Line 53: | Line 51: | ||
| da0x15 || app_reserved || ufs || SAMU HDD Key || || ?dmem swap? | | da0x15 || app_reserved || ufs || SAMU HDD Key || || ?dmem swap? | ||
|- | |- | ||
| | | es0.crypt || ext_hdd || ? || ? || || Only present since about FW 4.50. Used for external HDD content management. | ||
| | |||
| | |||
|} | |} | ||
Line 64: | Line 58: | ||
=== Linux Disk Information === | === Linux Disk Information === | ||
<div style="float:right">[[File:PS4 500GB HDD as seen in Windows XP.png|200px|thumb|left|PS4 500GB HDD as seen with "GPT Protective Partition" in Windows XP/embedded/2003 32bit/x86]]<br />[[File:Partitions.png|200px|thumb|left|PS4 partitions as seen in | <div style="float:right">[[File:PS4 500GB HDD as seen in Windows XP.png|200px|thumb|left|PS4 500GB HDD as seen with "GPT Protective Partition" in Windows XP/embedded/2003 32bit/x86]]<br />[[File:Partitions.png|200px|thumb|left|[http://pastie.org/9300133 PS4 partitions as seen in Windows Vista/2008/7/8/10] and 64-bit version of Windows XP/2003]]</div> | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
Line 101: | Line 95: | ||
|} | |} | ||
'''Note:''' A raw dump of a | '''Note:''' A raw dump of a HDD from a never booted PS4 would take 500,1 GiB ({{nts|500107861504}} bytes), which would 7z compress nicely to around 1,2 GB ({{nts|1168407328}} bytes) | ||
=== Cygwin Disk Information === | === Cygwin Disk Information === | ||
Line 140: | Line 134: | ||
|} | |} | ||
=== PS4 HDD partitions | === PS4 HDD partitions check logs === | ||
From | From logs of a 5.05 PS4 testkit CUH-12xx when suspending, with stock 500GB HDD: | ||
<pre> | <pre> | ||
[SceShellCore][StorageStatsReport] HDD partition [WRITE] : | [SceShellCore][StorageStatsReport] HDD partition [WRITE] : | ||
Line 161: | Line 155: | ||
</pre> | </pre> | ||
From | From logs of a 5.05 PS4 testkit CUH-12xx when suspending, after swapping HDD to a 512GB SSD, reinstalling firmware and reinitializing. | ||
<pre> | <pre> | ||
[SceShellCore][StorageStatsReport] HDD partition [WRITE] : | [SceShellCore][StorageStatsReport] HDD partition [WRITE] : | ||
Line 179: | Line 173: | ||
</pre> | </pre> | ||
* These displayed sizes are the written sizes | * These displayed sizes are the written sizes. | ||
* (b) stands for "backup" which is an inactive partition used when firmware update fails. | |||
* (b) stands for "backup" which is an inactive partition used when | |||
== Mountpoints == | == Mountpoints == | ||
Line 214: | Line 206: | ||
| SceSysCore || nmount || /data || /user/data | | SceSysCore || nmount || /data || /user/data | ||
|- | |- | ||
| | | || || /dev/da1s1 || /mnt/usb0 | ||
|} | |} | ||