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 91: | Line 91: | ||
|} | |} | ||
=== Partition Code === | === Partition Code === | ||
The partition code uniquely identifies the partition to its function. | The partition code uniquely identifies the partition to its function. It is related to [[SceKernelModulemgr#Partition Code]] but the meaning of the code is still unknown. | ||
It is related to [[SceKernelModulemgr#Partition Code]] but the meaning of the code is still unknown. | |||
{| class="wikitable" | {| class="wikitable" | ||
! Name | ! Name | ||
! | ! Size | ||
! Code | ! Code | ||
! | ! Format | ||
! | ! Location | ||
! Description | ! Description | ||
|- | |- | ||
Line 148: | Line 123: | ||
|- | |- | ||
| [[Files_on_the_PS_Vita#os0|os0]] | | [[Files_on_the_PS_Vita#os0|os0]] | ||
| 15. | | 15.96 MB | ||
| 0x3 | | 0x3 | ||
| [https://en.wikipedia.org/wiki/File_Allocation_Table#FAT16 FAT16] | | [https://en.wikipedia.org/wiki/File_Allocation_Table#FAT16 FAT16] | ||
Line 190: | Line 165: | ||
|- | |- | ||
| [[Files_on_the_PS_Vita#ur0|ur0]] | | [[Files_on_the_PS_Vita#ur0|ur0]] | ||
| | | 2.55 GB | ||
| 0x7 | | 0x7 | ||
| [https://en.wikipedia.org/wiki/ExFAT exFAT] | | [https://en.wikipedia.org/wiki/ExFAT exFAT] | ||
Line 200: | Line 175: | ||
| 0x8 | | 0x8 | ||
| [https://en.wikipedia.org/wiki/ExFAT exFAT] | | [https://en.wikipedia.org/wiki/ExFAT exFAT] | ||
| | | | ||
| | | Memory Card | ||
|- | |- | ||
| [[Files_on_the_PS_Vita#vd0|vd0]] | | [[Files_on_the_PS_Vita#vd0|vd0]] | ||
Line 231: | Line 206: | ||
| Read-Write partition of the game card if supported (for storing save games, patches and DLC of the game to cartridge). | | Read-Write partition of the game card if supported (for storing save games, patches and DLC of the game to cartridge). | ||
|} | |} | ||
=== Partition Type === | |||
The partition type code indicates the file system used or if there is no file system (for example, in the case of a [[SLB2]] archive). | |||
{| class="wikitable" | |||
|- | |||
! Code | |||
! Description | |||
|- | |||
| 0x6 | |||
| FAT16 | |||
|- | |||
| 0x7 | |||
| exFAT | |||
|- | |||
| 0xDA | |||
| Raw data | |||
|} | |||
=== Partition Active === | |||
Some partitions (specifically <code>os0</code> and the boot loaders) have a shadow redundant copy. On update, only the inactive partition is written to and finally the active partition is swapped. For partitions that do not use this feature, this value is ignored. |