diff options
author | ache <ache@FreeBSD.org> | 1998-03-07 08:45:46 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-03-07 08:45:46 +0000 |
commit | 1bc27d95394df5d8e70e98c32a02cafeb0930aea (patch) | |
tree | dc39942f130ef868b56637f74c1e8ac2f843422b /sbin | |
parent | 5f491ccf6eb3dbb63b3bca71a6564daf8a84e465 (diff) | |
download | FreeBSD-src-1bc27d95394df5d8e70e98c32a02cafeb0930aea.zip FreeBSD-src-1bc27d95394df5d8e70e98c32a02cafeb0930aea.tar.gz |
Add primary fat-32
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fdisk/fdisk.c | 1 | ||||
-rw-r--r-- | sbin/i386/fdisk/fdisk.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 7a4c819..59ff5a3 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -171,6 +171,7 @@ struct part_type ,{0x08, "AIX filesystem"} ,{0x09, "AIX boot partition or Coherent"} ,{0x0A, "OS/2 Boot Manager or OPUS"} + ,{0x0B, "Primary DOS with 32 bit FAT"} ,{0x10, "OPUS"} ,{0x40, "VENIX 286"} ,{0x50, "DM"} diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index 7a4c819..59ff5a3 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/fdisk/fdisk.c @@ -171,6 +171,7 @@ struct part_type ,{0x08, "AIX filesystem"} ,{0x09, "AIX boot partition or Coherent"} ,{0x0A, "OS/2 Boot Manager or OPUS"} + ,{0x0B, "Primary DOS with 32 bit FAT"} ,{0x10, "OPUS"} ,{0x40, "VENIX 286"} ,{0x50, "DM"} |