On Wed, Jun 21, 2023 at 8:47 PM Kevin Oberman <rkober...@gmail.com> wrote:
> > Commands used were "gpart show nvd0" and "geli attach -d -k ************ > /dev/nvd0p7". Also tried both with and without the "/dev" which fail for > nvd* and succeed with nda*. > Ah. I see the problem. libgeom doesn't parse the <alias> nodes, nor does it use them when searching for a geom by name... I need to carefully think about how to fix it, though, since it may be an ABI change and we're getting trickily close to 14 to be mucking with this... Warner