From owner-svn-src-all@freebsd.org Tue Dec 24 01:47:08 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D0DEA1D64EF; Tue, 24 Dec 2019 01:47:08 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47hfGh4shdz4Hsb; Tue, 24 Dec 2019 01:47:08 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A27E620C70; Tue, 24 Dec 2019 01:47:08 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBO1l8ai018992; Tue, 24 Dec 2019 01:47:08 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBO1l8Lp018991; Tue, 24 Dec 2019 01:47:08 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201912240147.xBO1l8Lp018991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: Conrad Meyer Date: Tue, 24 Dec 2019 01:47:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r356048 - head/lib/geom/part X-SVN-Group: head X-SVN-Commit-Author: cem X-SVN-Commit-Paths: head/lib/geom/part X-SVN-Commit-Revision: 356048 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2019 01:47:08 -0000 Author: cem Date: Tue Dec 24 01:47:08 2019 New Revision: 356048 URL: https://svnweb.freebsd.org/changeset/base/356048 Log: gpart(8): ms-basic-data is used for exFAT on GPT Be explicit about it; the first mention of exFAT is for the MBR type 'ntfs', and the reader must work back from there to the GPT type and infer that a reference to MBR ntfs type means ms-basic-data is canonical for exFAT. (It'd also be great if gpart had convenient aliases that did the right thing for the partition scheme, such as 'ntfs' => ms-basic-data on GPT schemes or 'exfat' => 'ntfs' in MBR schemes. The tool is also bad about providing user-meaningful reasons for EINVAL failures.) Modified: head/lib/geom/part/gpart.8 Modified: head/lib/geom/part/gpart.8 ============================================================================== --- head/lib/geom/part/gpart.8 Mon Dec 23 23:43:50 2019 (r356047) +++ head/lib/geom/part/gpart.8 Tue Dec 24 01:47:08 2019 (r356048) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 13, 2019 +.Dd December 23, 2019 .Dt GPART 8 .Os .Sh NAME @@ -863,6 +863,7 @@ In the GPT this type is the equivalent to partition ty and .Cm ntfs in MBR. +This type is used for GPT exFAT partitions. The scheme-specific type is .Qq Li "!ebd0a0a2-b9e5-4433-87c0-68b6b72699c7" for GPT.