ExFAT: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Candy (talk | contribs)
No edit summary
Candy (talk | contribs)
mNo edit summary
Line 12: Line 12:
uint32_t clusterCountInFs;
uint32_t clusterCountInFs;
uint32_t clusterForRootDirectory;
uint32_t clusterForRootDirectory;
uint32_t unk[3];
uint32_t unk[2];
uint8_t logBytesPerSector, logSectorsPerCluster, fatCount, driveId; // 2-log for both. bytesPerCluster = 1 << (logBytesPerSector + logSectorsPerCluster).
uint64_t unk;
uint8_t percentInUse; // for display ala windows computer explorer
uint8_t unk[7];
char bootcode[390];
char bootcode[390];
char bootsign[2];
char bootsign[2];