The partition's type is determine by a field in the APA header, while its name could indicate its purpose.
According to Sony, these prefixes have the following meaning:
| Prefix | Description |
|---|
| PP | Partition Parent |
| PC | Partition Child |
An application may consist of one parent, and one or more child partitions. These are not to be confused with the main and sub APA partitions - for which every APA "partition" actually consists of one main and up to 64 sub-partitions.
These partitions (the parent and child) will appear in the browser.
The partitions created after formatting begin with double underscores. So it can be said that these are for system use, by Sony software.
__mbr has no filesystem. Its body contains the boot loader. As a system partition, it doesn't have an icon and its APA extended attribute area (accessed by opening the APA partition with the open function) is unused. Depending on the version of the HDD Utility Disc, its APA extended attribute area was once used as temporary storage for the PFS bitmap in fsck (since the IOP only has 2MB).
As for the homebrew world, our partitions somehow begin with a plus (+). But there's actually no requirement for this. This restriction has just existed for a long time, perhaps dating back all the way to sjeep's original contribution to the PS2SDK.
If I had to guess, it was made this way to prevent users from creating partitions that appear as "corrupted data" in the browser. For a partition to be considered valid, it must have icons written into its extended attribute area.