[Bug 274312] gpart restore fails with "gpart: entries '4': Invalid argument"
Date: Fri, 06 Oct 2023 21:41:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274312
Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrew@tao11.riddles.org.uk
--- Comment #2 from Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> ---
This is simply that it is not legal to create a GPT partition table with only 4
slots - the minimum allowed value in the spec is 128 (16 kbytes of table, 128
bytes per entry).
gpart restore correctly refuses to create an out-of-spec table.
So if anything this is a bug in makefs.
--
You are receiving this mail because:
You are the assignee for the bug.