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, May 9, 9:32 AM
Unknown Object (File)
Wed, May 8, 9:30 AM
Unknown Object (File)
Mon, May 6, 1:01 AM
Unknown Object (File)
Sun, May 5, 6:33 AM
Unknown Object (File)
Sat, May 4, 7:11 PM
Unknown Object (File)
Sat, May 4, 12:32 PM
Unknown Object (File)
Thu, May 2, 11:21 PM
Unknown Object (File)
Thu, May 2, 2:08 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.