fat32
case fat32:
case fat32:
if (type == fat32) {
bool fat32 = FAT32(volume);
uint8 check = fat32 == true ? 0x42 : 0x26;
uint8 offset = fat32 == true ? 0x47 : 0x2b;
if (fat32 == true)
if (fat32 == true)
_type = fat32;
if (_type != fat32 && bootsector[0x26] != EXBOOTSIG)