![]() |
|
FAT32 FeaturesBoot Sector and Bootstrap ModificationsTable 4-4 Modifications to Boot Sector
BPB (FAT32)The BPB for FAT32 drives is an extended version of the FAT16/FAT12 BPB. It contains identical information to a standard BPB, but also includes several extra fields for FAT32 specific information. This structure is implemented in Windows OEM Service Release 2 and later. A_BF_BPB STRUC
A_BF_BPB_BytesPerSector DW ?
A_BF_BPB_SectorsPerCluster DB ?
A_BF_BPB_ReservedSectors DW ?
A_BF_BPB_NumberOfFATs DB ?
A_BF_BPB_RootEntries DW ?
A_BF_BPB_TotalSectors DW ?
A_BF_BPB_MediaDescriptor DB ?
A_BF_BPB_SectorsPerFAT DW ?
A_BF_BPB_SectorsPerTrack DW ?
A_BF_BPB_Heads DW ?
A_BF_BPB_HiddenSectors DW ?
A_BF_BPB_HiddenSectorsHigh DW ?
A_BF_BPB_BigTotalSectors DW ?
A_BF_BPB_BigTotalSectorsHigh DW ?
A_BF_BPB_BigSectorsPerFat DW ?
A_BF_BPB_BigSectorsPerFatHi DW ?
A_BF_BPB_ExtFlags DW ?
A_BF_BPB_FS_Version DW ?
A_BF_BPB_RootDirStrtClus DW ?
A_BF_BPB_RootDirStrtClusHi DW ?
A_BF_BPB_FSInfoSec DW ?
A_BF_BPB_BkUpBootSec DW ?
A_BF_BPB_Reserved DW 6 DUP (?)
A_BF_BPB ENDS
Table 4-5 BPB Members
BIGFATBOOTFSINFO (FAT32)Contains information about the file system on a FAT32 volume. This structure is implemented in Windows OEM Service Release 2 and later. BIGFATBOOTFSINFO STRUC
bfFSInf_Sig DD ?
bfFSInf_free_clus_cnt DD ?
bfFSInf_next_free_clus DD ?
bfFSInf_resvd DD 3 DUP (?)
BIGFATBOOTFSINFO ENDS
Table 4-6 BIGFATBOOTFSINFO Members
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NTFS.com ©1998-2011 |