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)
Thu, Aug 27, 3:12 PM
Unknown Object (File)
Thu, Aug 27, 2:30 PM
Unknown Object (File)
Sun, Aug 23, 5:39 AM
Unknown Object (File)
Sat, Aug 22, 3:33 PM
Unknown Object (File)
Wed, Aug 12, 1:39 PM
Unknown Object (File)
Tue, Aug 11, 12:01 PM
Unknown Object (File)
Mon, Aug 10, 8:06 AM
Unknown Object (File)
Mon, Aug 10, 8:06 AM
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.