]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
add emummc partition type
authorLex <lexnastin@gmail.com>
Sat, 23 May 2026 12:08:43 +0000 (13:08 +0100)
committerLex <lexnastin@gmail.com>
Sun, 24 May 2026 16:48:47 +0000 (17:48 +0100)
include/pt-gpt-partnames.h
include/pt-mbr-partnames.h
include/pt-mbr.h

index cf12d2baa4645713b1bf48f41b71de4d0bc71dfa..520e4568195811ff510500573255bd9df281e871 100644 (file)
@@ -299,3 +299,6 @@ DEF_GUID("35540011-B055-499F-842D-C69AECA357B7", N_("Atari TOS raw data (XHDI)")
 
 /* Minix */
 DEF_GUID("481B2A38-0561-420B-B72A-F1C4988EFC16", N_("Minix filesystem")),
+
+/* Nintendo Switch emuMMC */
+DEF_GUID("11CA7E00-0000-0000-0000-656D754D4D43", N_("NX emuMMC")),
index a712b6127189775a7baab289b259589004c59ae8..f79262c33d61a24aa678462289876c3fc2a81737 100644 (file)
@@ -89,6 +89,7 @@
                                           Concurrent DOS or CTOS */
        {0xde, N_("Dell Utility")},     /* Dell PowerEdge Server utilities */
        {0xdf, N_("BootIt")},           /* BootIt EMBRM */
+       {0xe0, N_("NX emuMMC")},        /* Nintendo Switch emuMMC */
        {0xe1, N_("DOS access")},       /* DOS access or SpeedStor 12-bit FAT
                                           extended partition */
        {0xe3, N_("DOS R/O")},          /* DOS R/O or SpeedStor */
index 48e57bde2217965c3421c8372c7658252add003a..f815fe2470c0e4dd8d10add57b0b83cc585280ff 100644 (file)
@@ -192,6 +192,7 @@ enum {
        MBR_CPM_CTOS_PARTITION          = 0xdb, /* CP/M or Concurrent CP/M or Concurrent DOS or CTOS */
        MBR_DELL_UTILITY_PARTITION      = 0xde, /* Dell PowerEdge Server utilities */
        MBR_BOOTIT_PARTITION            = 0xdf, /* BootIt EMBRM */
+       MBR_NX_EMUMMC_PARTITION         = 0xe0, /* Nintendo Switch emuMMC */
        MBR_DOS_ACCESS_PARTITION        = 0xe1, /* DOS access or SpeedStor 12-bit FAT extended partition */
        MBR_DOS_RO_PARTITION            = 0xe3, /* DOS R/O or SpeedStor */
        MBR_SPEEDSTOR_EXTENDED_PARTITION = 0xe4, /* SpeedStor 16-bit FAT extended partition < 1024 cyl. */