Fwd: Re: Geom strange errors when resizing gpt partition

2019-02-08 Thread Egoitz Aurrekoetxea
I attach the errors shown... Thanks a lot!! --- EGOITZ AURREKOETXEA Departamento de sistemas 944 209 470 Parque Tecnológico. Edificio 103 48170 Zamudio (Bizkaia) ego...@sarenet.es www.sarenet.es [1] Antes de imprimir este correo electrónico piense si es necesario hacerlo. El 07-02-201

Re: geom_linux_lvm

2019-02-08 Thread Harry Newton
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 +, Harry Newton wrote: > > Trying to read a Linux raid array ( as per > > https://wiki.archlinux.org/index.php/Software_RAID_and_LVM ) which I

Re: geom_linux_lvm

2019-02-08 Thread Gary Palmer
On Fri, Feb 08, 2019 at 06:58:56PM +, Harry Newton wrote: > 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 +, Harry Newton wrote: > > > Trying to read a Linux raid array

Re: geom_linux_lvm

2019-02-08 Thread Harry Newton
There's a single gpt partition of type *Linux RAID* on each disk. geom_part_gpt is apparently already in the kernel, according to kldload geom_part_gpt, but doesn't appear in the list returns by kldstat and I don't have GEOM_PART_GPT in my kernconf. I'll rebuild the kernel with GEOM_PART_GPT and r

Re: geom_linux_lvm

2019-02-08 Thread Gary Palmer
On Fri, Feb 08, 2019 at 07:46:46PM +, Harry Newton wrote: > There's a single gpt partition of type *Linux RAID* on each disk. > geom_part_gpt is apparently already in the kernel, according to kldload > geom_part_gpt, but doesn't appear in the list returns by kldstat and I > don't have GEOM_PART

Re: geom_linux_lvm

2019-02-08 Thread Harry Newton
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 +, Harry Newton wrote