On Mon, Apr 27, 2020 at 09:06:41PM -0300, Franz wrote:
> So, it seems that Qubes Manager, Nautilus and df are consistent, telling
> that available space is almost 5GB totally used.
>
> But Qubes VM settings with Private Storage Max Size of 18524 MB is totally
a) check what the actual size is:
dom0$ sudo lvs -a | grep yourvmname
=> whats the size of the yourvm-private volume?
b1) if it is 18GB already, check that it is actualy 18GB inside the vm:
yourvm$ grep xvdb /proc/partitions
c1) if it is 18GB inside the VM too, you are just missing the fs resize:
yourvm$ sudo resize2fs /dev/xvdb
d1) check with df that the full size is now avail:
yourvm$ df -h /rw
b2) if the device in dom0 is _not_ the right size, or you dont want to
bother with b1/c1/d1, just give it a bump with qvm tools again:
dom0$ qvm-volume resize yourvm:private 19GiB
c2) check with lvs/df that it is now the right size. (see above)
this should all have happened automaticly on resize, but there is a
bunch of ways/reasons why it might have not happened.
for example if you resized the vm while running (which is supported)
but then had a hard full-system crash/stop/reboot before shutting
down the vm or the vm was running an image without resize2fs at the
time of resize...
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/qubes-users/20200428090248.GH935%40priv-mua.