Add primary fat-32

This commit is contained in:
Andrey A. Chernov 1998-03-07 08:45:46 +00:00
parent 36dbb7ddef
commit 56b19102ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34148
3 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: disk.c,v 1.28 1998/01/16 12:50:36 jkh Exp $
* $Id: disk.c,v 1.29 1998/03/05 03:08:16 obrien Exp $
*
*/
@ -140,6 +140,7 @@ Int_Open_Disk(const char *name, u_long size)
case 0x1:
case 0x6:
case 0x4:
case 0xb:
ce = fat;
break;
case DOSPTYP_EXTENDED:
@ -362,6 +363,7 @@ slice_type_name( int type, int subtype )
case 6: return "fat (>32Mb)";
case 7: return "NTFS/HPFS";
case 10: return "OS/2 bootmgr";
case 11: return "fat (32-bit)";
case 84: return "OnTrack diskmgr";
case 100: return "Netware 2.x";
case 101: return "Netware 3.x";

View File

@ -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"}

View File

@ -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"}