Add QNX 4 partitions to fdisk's list.
PR: bin/8809 Submitted by: "John C. Place" <jcplace@ibm.net> Prompted by: <nrahlstr@winternet.com>
This commit is contained in:
parent
940cc2dc44
commit
35515887ce
@ -141,7 +141,7 @@ struct part_type
|
||||
,{0x04, "Primary DOS with 16 bit FAT (<= 32MB)"}
|
||||
,{0x05, "Extended DOS"}
|
||||
,{0x06, "Primary 'big' DOS (> 32MB)"}
|
||||
,{0x07, "OS/2 HPFS, NTFS, QNX or Advanced UNIX"}
|
||||
,{0x07, "OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX"}
|
||||
,{0x08, "AIX filesystem"}
|
||||
,{0x09, "AIX boot partition or Coherent"}
|
||||
,{0x0A, "OS/2 Boot Manager or OPUS"}
|
||||
@ -151,6 +151,9 @@ struct part_type
|
||||
,{0x0F, "Extended DOS, LBA"}
|
||||
,{0x10, "OPUS"}
|
||||
,{0x40, "VENIX 286"}
|
||||
,{0x4D, "QNX 4.2 Primary"}
|
||||
,{0x4E, "QNX 4.2 Secondary"}
|
||||
,{0x4F, "QNX 4.2 Tertiary"}
|
||||
,{0x50, "DM"}
|
||||
,{0x51, "DM"}
|
||||
,{0x52, "CP/M or Microport SysV/AT"}
|
||||
|
@ -141,7 +141,7 @@ struct part_type
|
||||
,{0x04, "Primary DOS with 16 bit FAT (<= 32MB)"}
|
||||
,{0x05, "Extended DOS"}
|
||||
,{0x06, "Primary 'big' DOS (> 32MB)"}
|
||||
,{0x07, "OS/2 HPFS, NTFS, QNX or Advanced UNIX"}
|
||||
,{0x07, "OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX"}
|
||||
,{0x08, "AIX filesystem"}
|
||||
,{0x09, "AIX boot partition or Coherent"}
|
||||
,{0x0A, "OS/2 Boot Manager or OPUS"}
|
||||
@ -151,6 +151,9 @@ struct part_type
|
||||
,{0x0F, "Extended DOS, LBA"}
|
||||
,{0x10, "OPUS"}
|
||||
,{0x40, "VENIX 286"}
|
||||
,{0x4D, "QNX 4.2 Primary"}
|
||||
,{0x4E, "QNX 4.2 Secondary"}
|
||||
,{0x4F, "QNX 4.2 Tertiary"}
|
||||
,{0x50, "DM"}
|
||||
,{0x51, "DM"}
|
||||
,{0x52, "CP/M or Microport SysV/AT"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user