Page MenuHomeFreeBSD

gpart: add fat32lba MBR partition type
ClosedPublic

Authored by emaste on May 2 2018, 3:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 21, 5:41 AM
Unknown Object (File)
Fri, Nov 21, 5:32 AM
Unknown Object (File)
Fri, Nov 21, 5:32 AM
Unknown Object (File)
Fri, Nov 21, 5:30 AM
Unknown Object (File)
Mon, Nov 10, 2:05 AM
Unknown Object (File)
Nov 3 2025, 2:41 AM
Unknown Object (File)
Oct 23 2025, 12:11 PM
Unknown Object (File)
Oct 23 2025, 12:11 PM
Subscribers
None

Details

Summary

FAT32 with LBA addressing

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/geom/part/g_part.h
99 โ†—(On Diff #42064)

Added "out of order" to avoid issues with mismatched kernel/userland

sys/geom/part/g_part.h
99 โ†—(On Diff #42064)

But it's used only in kernel, so will sort in order:

        G_PART_ALIAS_MS_FAT32,          /* A Microsoft FAT32 partition entry. */
+       G_PART_ALIAS_MS_FAT32LBA,       /* A Microsoft FAT32 LBA partition entry */
        G_PART_ALIAS_MS_LDM_DATA,       /* A Microsoft LDM Data part. entry. */
This revision is now accepted and ready to land.May 2 2018, 8:09 PM
This revision was automatically updated to reflect the committed changes.