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

David Schlachter <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from David Schlachter <[email protected]> ---
Partition names (labels) are limited to 36 characters in GPT. Wikipedia has a
nice breakdown of the format of the partition entries where you can see this:
https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_entries_(LBA_2–33)

I tried your example, and inspecting the GPT partition table on-disk with a hex
editor, e.g.

   doas cat /dev/da1 | xxd | less

I can see that the label is 123456789012345678901234567890123456, as displayed
by gpart (first 36 characters of the label you had tried to assign).

The bug here would be that gpart doesn't complain about the label being too
long in `gpart add`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to