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)
Nov 10 2023, 1:47 PM
Unknown Object (File)
Nov 8 2023, 1:40 PM
Unknown Object (File)
Oct 7 2023, 12:36 PM
Unknown Object (File)
Oct 2 2023, 1:34 AM
Unknown Object (File)
Sep 16 2023, 2:09 PM
Unknown Object (File)
Aug 7 2023, 8:03 PM
Unknown Object (File)
Aug 7 2023, 7:58 PM
Unknown Object (File)
Aug 7 2023, 7:57 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.