diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-06-12 01:50:58 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-06-12 01:50:58 +0000 |
commit | 22e6ecf367bb9f2dbfba2c662ad09467322a54de (patch) | |
tree | 5f5bcae95e2945e19a359d69dbaf435eb545045f /sbin/geom/class | |
parent | 16a227c7c914ca5cce1c2ff0c62273c10c172cde (diff) |
Notes
Diffstat (limited to 'sbin/geom/class')
-rw-r--r-- | sbin/geom/class/part/gpart.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8 index 3e651520c0018..db4b8dd1de64b 100644 --- a/sbin/geom/class/part/gpart.8 +++ b/sbin/geom/class/part/gpart.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 11, 2018 +.Dd June 11, 2018 .Dt GPART 8 .Os .Sh NAME @@ -807,6 +807,11 @@ A partition that contains a FAT32 filesystem. The scheme-specific type is .Qq Li "!11" for MBR. +.It Cm fat32lba +A partition that contains a FAT32 (LBA) filesystem. +The scheme-specific type is +.Qq Li "!12" +for MBR. .It Cm linux-data A Linux partition that contains some filesystem with data. The scheme-specific types are |