From 4a006b061c3fb5f98b9f82f683bab968f6c32282 Mon Sep 17 00:00:00 2001 From: luigi Date: Wed, 14 Jan 2009 22:05:51 +0000 Subject: Reword some entries for NTFS and DOS. Add entries for DELL and ASUS recovery partitions. MFC after: 3 days --- sbin/fdisk/fdisk.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sbin/fdisk') diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index f6ec445..c500d03 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -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.", -- cgit v1.1