Date: Wed, 14 Jan 2009 22:05:51 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r187248 - head/sbin/fdisk Message-ID: <200901142205.n0EM5pFC055270@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: luigi Date: Wed Jan 14 22:05:51 2009 New Revision: 187248 URL: http://svn.freebsd.org/changeset/base/187248 Log: Reword some entries for NTFS and DOS. Add entries for DELL and ASUS recovery partitions. MFC after: 3 days Modified: head/sbin/fdisk/fdisk.c Modified: head/sbin/fdisk/fdisk.c ============================================================================== --- head/sbin/fdisk/fdisk.c Wed Jan 14 21:31:22 2009 (r187247) +++ head/sbin/fdisk/fdisk.c Wed Jan 14 22:05:51 2009 (r187248) @@ -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.",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901142205.n0EM5pFC055270>