[Bug 255443] gpart(8): partition type portion is somewhat vague about symbolic name applicability to scheme types

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 27 16:49:55 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255443

            Bug ID: 255443
           Summary: gpart(8): partition type portion is somewhat vague
                    about symbolic name applicability to scheme types
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Manual Pages
          Assignee: bugs at FreeBSD.org
          Reporter: delphij at FreeBSD.org
                CC: doc at FreeBSD.org

The current manual page is somewhat vague regarding applicability of a symbolic
name (for example, 'ntfs') to partition scheme (for example, MBR) which can
cause confusion for users.

Possible improvements that I can think of for now:

a) Maybe tag the partition type with scheme names, e.g., instead of:

     ntfs                       A partition that contains a NTFS or exFAT
                                filesystem.  The scheme-specific type is "!7"
                                for MBR.

Do something like:

     ntfs                       [MBR only] A partition that contains a NTFS
                                or exFAT filesystem.  The scheme-specific 
                                type is "!7" for MBR.

or

b) Make gpart(8) recognize the symbolic names in other schemes.  For 'ntfs',
just give the value of ms-basic-data when using GPT.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-doc mailing list