parse_bpb
status = parse_bpb(fatVolume, reinterpret_cast<bootsector*>(bootsectorBuffer), dos33);
status = parse_bpb(&dummyVolume, reinterpret_cast<union bootsector*>(buf), dos33);
status_t parse_bpb(msdosfsmount* volume, const bootsector* bootsector, bool dos33);