Trying to read a Linux raid array ( as per
https://wiki.archlinux.org/index.php/Software_RAID_and_LVM ) which I can
read perfectly well on a couple of Linux boxes. geom_linux_lvm.ko loaded,
but:
geom linux_lvm list
geom linux_lvm status
return nothing. kern.geom.debugflags=16 and kern.geom.
Name Status Components
da0p1 OK da0
and the same for da1.
On Thu, 7 Feb 2019 at 14:25, Gary Palmer wrote:
> On Thu, Feb 07, 2019 at 05:36:03AM +0000, Harry Newton wrote:
> > Trying to read a Linux raid array ( as per
> > https://wiki.archlinux.org/index.php/Software_RAID_
th GEOM_PART_GPT and retry.
Thanks for steer.
/Harry
On Fri, 8 Feb 2019 at 19:19, Gary Palmer wrote:
> On Fri, Feb 08, 2019 at 06:58:56PM +, Harry Newton wrote:
> > Name Status Components
> > da0p1 OK da0
> >
> > and the same for da1.
> >
&g
Ahh. gpart_gpt *is* compiled in, so unfortunately back to square one.
If I look in the logs, there's plenty of debug information from GEOM_RAID
and GEOM_LABEL but nothing about LVM.
On Fri, 8 Feb 2019 at 20:00, Gary Palmer wrote:
> On Fri, Feb 08, 2019 at 07:46:46PM +0000, Harr