(root)/
util-linux-2.39/
include/
pt-mbr-partnames.h
       1  /*
       2   * No copyright is claimed.  This code is in the public domain; do with
       3   * it what you wish.
       4   */
       5  	{0x00, N_("Empty")},
       6  	{0x01, N_("FAT12")},
       7  	{0x02, N_("XENIX root")},
       8  	{0x03, N_("XENIX usr")},
       9  	{0x04, N_("FAT16 <32M")},
      10  	{0x05, N_("Extended")},		/* DOS 3.3+ extended partition */
      11  	{0x06, N_("FAT16")},		/* DOS 16-bit >=32M */
      12  	{0x07, N_("HPFS/NTFS/exFAT")},	/* OS/2 IFS, eg, HPFS or NTFS or QNX or exFAT */
      13  	{0x08, N_("AIX")},		/* AIX boot (AIX -- PS/2 port) or SplitDrive */
      14  	{0x09, N_("AIX bootable")},	/* AIX data or Coherent */
      15  	{0x0a, N_("OS/2 Boot Manager")},/* OS/2 Boot Manager */
      16  	{0x0b, N_("W95 FAT32")},
      17  	{0x0c, N_("W95 FAT32 (LBA)")},/* LBA really is `Extended Int 13h' */
      18  	{0x0e, N_("W95 FAT16 (LBA)")},
      19  	{0x0f, N_("W95 Ext'd (LBA)")},
      20  	{0x10, N_("OPUS")},
      21  	{0x11, N_("Hidden FAT12")},
      22  	{0x12, N_("Compaq diagnostics")},
      23  	{0x14, N_("Hidden FAT16 <32M")},
      24  	{0x16, N_("Hidden FAT16")},
      25  	{0x17, N_("Hidden HPFS/NTFS")},
      26  	{0x18, N_("AST SmartSleep")},
      27  	{0x1b, N_("Hidden W95 FAT32")},
      28  	{0x1c, N_("Hidden W95 FAT32 (LBA)")},
      29  	{0x1e, N_("Hidden W95 FAT16 (LBA)")},
      30  	{0x24, N_("NEC DOS")},
      31  	{0x27, N_("Hidden NTFS WinRE")},
      32  	{0x39, N_("Plan 9")},
      33  	{0x3c, N_("PartitionMagic recovery")},
      34  	{0x40, N_("Venix 80286")},
      35  	{0x41, N_("PPC PReP Boot")},
      36  	{0x42, N_("SFS")},
      37  	{0x4d, N_("QNX4.x")},
      38  	{0x4e, N_("QNX4.x 2nd part")},
      39  	{0x4f, N_("QNX4.x 3rd part")},
      40  	{0x50, N_("OnTrack DM")},
      41  	{0x51, N_("OnTrack DM6 Aux1")},	/* (or Novell) */
      42  	{0x52, N_("CP/M")},		/* CP/M or Microport SysV/AT */
      43  	{0x53, N_("OnTrack DM6 Aux3")},
      44  	{0x54, N_("OnTrackDM6")},
      45  	{0x55, N_("EZ-Drive")},
      46  	{0x56, N_("Golden Bow")},
      47  	{0x5c, N_("Priam Edisk")},
      48  	{0x61, N_("SpeedStor")},
      49  	{0x63, N_("GNU HURD or SysV")},	/* GNU HURD or Mach or Sys V/386 (such as ISC UNIX) */
      50  	{0x64, N_("Novell Netware 286")},
      51  	{0x65, N_("Novell Netware 386")},
      52  	{0x70, N_("DiskSecure Multi-Boot")},
      53  	{0x75, N_("PC/IX")},
      54  	{0x80, N_("Old Minix")},	/* Minix 1.4a and earlier */
      55  	{0x81, N_("Minix / old Linux")},/* Minix 1.4b and later */
      56  	{0x82, N_("Linux swap / Solaris")},
      57  	{0x83, N_("Linux")},
      58  	{0x84, N_("OS/2 hidden or Intel hibernation")},/* OS/2 hidden C: drive,
      59  					   hibernation type Microsoft APM
      60  					   or hibernation Intel Rapid Start */
      61  	{0x85, N_("Linux extended")},
      62  	{0x86, N_("NTFS volume set")},
      63  	{0x87, N_("NTFS volume set")},
      64  	{0x88, N_("Linux plaintext")},
      65  	{0x8e, N_("Linux LVM")},
      66  	{0x93, N_("Amoeba")},
      67  	{0x94, N_("Amoeba BBT")},	/* (bad block table) */
      68  	{0x9f, N_("BSD/OS")},		/* BSDI */
      69  	{0xa0, N_("IBM Thinkpad hibernation")},
      70  	{0xa5, N_("FreeBSD")},		/* various BSD flavours */
      71  	{0xa6, N_("OpenBSD")},
      72  	{0xa7, N_("NeXTSTEP")},
      73  	{0xa8, N_("Darwin UFS")},
      74  	{0xa9, N_("NetBSD")},
      75  	{0xab, N_("Darwin boot")},
      76  	{0xaf, N_("HFS / HFS+")},
      77  	{0xb7, N_("BSDI fs")},
      78  	{0xb8, N_("BSDI swap")},
      79  	{0xbb, N_("Boot Wizard hidden")},
      80  	{0xbc, N_("Acronis FAT32 LBA")},/* hidden (+0xb0) Acronis Secure Zone (backup software) */
      81  	{0xbe, N_("Solaris boot")},
      82  	{0xbf, N_("Solaris")},
      83  	{0xc1, N_("DRDOS/sec (FAT-12)")},
      84  	{0xc4, N_("DRDOS/sec (FAT-16 < 32M)")},
      85  	{0xc6, N_("DRDOS/sec (FAT-16)")},
      86  	{0xc7, N_("Syrinx")},
      87  	{0xda, N_("Non-FS data")},
      88  	{0xdb, N_("CP/M / CTOS / ...")},/* CP/M or Concurrent CP/M or
      89  					   Concurrent DOS or CTOS */
      90  	{0xde, N_("Dell Utility")},	/* Dell PowerEdge Server utilities */
      91  	{0xdf, N_("BootIt")},		/* BootIt EMBRM */
      92  	{0xe1, N_("DOS access")},	/* DOS access or SpeedStor 12-bit FAT
      93  					   extended partition */
      94  	{0xe3, N_("DOS R/O")},		/* DOS R/O or SpeedStor */
      95  	{0xe4, N_("SpeedStor")},	/* SpeedStor 16-bit FAT extended
      96  					   partition < 1024 cyl. */
      97  
      98  	/* Linux https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ */
      99  	{0xea, N_("Linux extended boot")},
     100  
     101  	{0xeb, N_("BeOS fs")},
     102  	{0xee, N_("GPT")},		/* Intel EFI GUID Partition Table */
     103  	{0xef, N_("EFI (FAT-12/16/32)")},/* Intel EFI System Partition */
     104  	{0xf0, N_("Linux/PA-RISC boot")},/* Linux/PA-RISC boot loader */
     105  	{0xf1, N_("SpeedStor")},
     106  	{0xf4, N_("SpeedStor")},	/* SpeedStor large partition */
     107  	{0xf2, N_("DOS secondary")},	/* DOS 3.3+ secondary */
     108  	{0xf8, N_("EBBR protective")},	/* Arm EBBR firmware protective partition */
     109  	{0xfb, N_("VMware VMFS")},
     110  	{0xfc, N_("VMware VMKCORE")},	/* VMware kernel dump partition */
     111  	{0xfd, N_("Linux raid autodetect")},/* Linux raid partition with
     112  					       autodetect using persistent
     113  					       superblock */
     114  	{0xfe, N_("LANstep")},		/* SpeedStor >1024 cyl. or LANstep */
     115  	{0xff, N_("BBT")},		/* Xenix Bad Block Table */
     116  
     117  	{ 0, NULL }