mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
Reword some entries for NTFS and DOS.
Add entries for DELL and ASUS recovery partitions. MFC after: 3 days
This commit is contained in:
parent
4fee613e42
commit
31fade0527
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187248
@ -132,8 +132,8 @@ static const char *const part_types[256] = {
|
||||
[0x03] = "XENIX /usr file system",
|
||||
[0x04] = "Primary DOS with 16 bit FAT (< 32MB)",
|
||||
[0x05] = "Extended DOS",
|
||||
[0x06] = "Primary 'big' DOS (>= 32MB)",
|
||||
[0x07] = "OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX",
|
||||
[0x06] = "Primary DOS, 16 bit FAT (>= 32MB)",
|
||||
[0x07] = "NTFS, OS/2 HPFS, QNX-2 (16 bit) or Advanced UNIX",
|
||||
[0x08] = "AIX file system or SplitDrive",
|
||||
[0x09] = "AIX boot partition or Coherent",
|
||||
[0x0A] = "OS/2 Boot Manager, OPUS or Coherent swap",
|
||||
@ -148,6 +148,7 @@ static const char *const part_types[256] = {
|
||||
[0x16] = "OS/2 BM: hidden DOS with 16-bit FAT (>= 32MB)",
|
||||
[0x17] = "OS/2 BM: hidden IFS (e.g. HPFS)",
|
||||
[0x18] = "AST Windows swapfile",
|
||||
[0x1b] = "ASUS Recovery partition (NTFS)",
|
||||
[0x24] = "NEC DOS",
|
||||
[0x3C] = "PartitionMagic recovery",
|
||||
[0x39] = "plan9",
|
||||
@ -202,6 +203,7 @@ static const char *const part_types[256] = {
|
||||
[0xC6] = "DRDOS/sec with 16-bit FAT (>= 32MB)",
|
||||
[0xC7] = "Syrinx",
|
||||
[0xDB] = "CP/M, Concurrent CP/M, Concurrent DOS or CTOS",
|
||||
[0xDE] = "DELL Utilities - FAT filesystem",
|
||||
[0xE1] = "DOS access or SpeedStor with 12-bit FAT extended partition",
|
||||
[0xE3] = "DOS R/O or SpeedStor",
|
||||
[0xE4] = "SpeedStor with 16-bit FAT extended partition < 1024 cyl.",
|
||||
|
Loading…
Reference in New Issue
Block a user