Difference between revisions of "Gamecard Partition"

From Nintendo Switch Brew
Jump to navigation Jump to search
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page documents the partitions that can mounted by [[Filesystem_services#MountGameCardPartition]].
+
This page documents the partitions that can mounted by [[Filesystem_services#OpenGameCardFileSystem|OpenGameCardFileSystem]].
  
 
The below sections are for each partitionID.
 
The below sections are for each partitionID.
  
=0=
+
= 0 =
Contains the gamecard sysupdate. Attempting to mount this results in error 0x13DA02. Using certain [[Location_Resolver_services|NCM]] commands first might be required?
+
nn::fs::GameCardPartition '''Update'''.
  
=2=
+
Contains the gamecard sysupdate, see [[Gamecard_Format|here]].
Contains the game [[NCA]]s.
 
  
* "<NcaId>.nca" The usual raw NCAs.
+
= 1 =
* "<NcaId>.cnmt.nca" Encrypted [[NCA]]-type0 content.
+
nn::fs::GameCardPartition '''Normal'''.
 +
 
 +
= 2 =
 +
nn::fs::GameCardPartition '''Secure'''.
 +
 
 +
See [[Gamecard_Format|here]].

Revision as of 16:38, 21 October 2018

This page documents the partitions that can mounted by OpenGameCardFileSystem.

The below sections are for each partitionID.

0

nn::fs::GameCardPartition Update.

Contains the gamecard sysupdate, see here.

1

nn::fs::GameCardPartition Normal.

2

nn::fs::GameCardPartition Secure.

See here.