FAT32 with LBA addressing
Details
Details
Diff Detail
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. */ |