On Wed, Jun 24, 2020 at 07:49:56PM +0000, Matt Drez wrote:

> [@dom0 ~]$ sudo lvextend -l +100%FREE /dev/mapper/qubes_dom0-root 

this means you resized your dom0 root volume.
that is probably not what you were trying to do.
you can check if that worked with "df -h /" or 
"lsblk -d /dev/mapper/qubes_dom0-root" in dom0.


> [@dom0 ~]$ sudo lvextend -l +100%FREE 
> /dev/mapper/luks-55a20051-8c1a-435e-a1c8-862493f2d576 

it is dangerous to press random buttons when dealing with diskspace.


> [@dom0 ~]$ sudo lvs qubes_dom0/pool00
>   LV     VG         Attr       LSize   Pool Origin Data%  Meta%  Move Log 
> Cpy%Sync Convert
>   pool00 qubes_dom0 twi-aotz-- 347.98g             87.01  58.34 

if you want to enlarge logical volume qubes_dom0/pool00, you
should enlarge qubes_dom0/pool00, not random other devices.

and it is important you enlarge the metadata volume first.
something like:
        lvresize --poolmetadatasize +1G qubes_dom0/pool00





-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20200625181841.GG137863%40priv-mua.

Reply via email to