Reputation: 1
I'm currently writing a FAT formatting application and the FAT docs state the boot sector variable BPB_FATSz16
and BPB_FATSz32
but does not have any guidance on what appropriate values are for this variable. The variable is only described as the number of sectors that the File Allocation Table should occupy.
How would I go about deriving an appropriate value for this field?
Upvotes: 0
Views: 45