https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229594
Andrey V. Elsukov changed:
What|Removed |Added
CC||a...@freebsd.org
--- Comment #
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229594
--- Comment #2 from Mahmoud Al-Qudsi ---
@Andrey I'm intimately familiar with geom and gpart. Please refer to the final
section of my PR concerning suggested fix. As you say, gpart works on
partitions only, so it is a mistake for it to asse
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229594
--- Comment #3 from Andrey V. Elsukov ---
(In reply to Mahmoud Al-Qudsi from comment #2)
> @Andrey I'm intimately familiar with geom and gpart. Please refer to the
> final section of my PR concerning suggested fix. As you say, gpart works o
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229594
--- Comment #4 from Mahmoud Al-Qudsi ---
I understand what you're saying now. While I have a geom disk object named da0,
I do not have a geom part object with that name, and that's the object that
`gpart` is reporting does not exist. I inte