aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2009-01-14 22:05:51 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2009-01-14 22:05:51 +0000
commit31fade0527a3ef34323e884f89df0be57eed927e (patch)
tree59979e9483c2779ce7a04d1ec7ff165b8bbe99c3 /sbin/fdisk
parent4fee613e42f9d295e08292a318e1b20a30cff6f9 (diff)
downloadsrc-31fade0527a3ef34323e884f89df0be57eed927e.tar.gz
src-31fade0527a3ef34323e884f89df0be57eed927e.zip
Reword some entries for NTFS and DOS.
Add entries for DELL and ASUS recovery partitions. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=187248
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/fdisk.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index f6ec445ee007..c500d03d6c9d 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.",