I’d love to revamp my qubes setup a bit so that all temporary LVM volumes are created in a different volume group.
However there is no way to shrink LVM volume groups. I have a 2TB ssd, and qubes_dom0 takes up 1.8TB of that. I am left with 200GB that I could mess around with, but I think thats not cutting it
Is there a way to adjust this during the installation or is my only option to add another disk for the time being?
My goal would be to have a second LVM VG that I encrypt with a random key during boot, and then I make all my Qube’s use that for their temporary volumes - so if I start an AppVM, then /home would be in qubes_dom0 but root would be in qubes_random_crypt or so.
you can luks encrypt the second pool with a random key on boot of qubes os and use it for stuff like /dev/my-pool/vm-bla-volatile. This way everything you write in there is foresnics-safe after a reboot, as in the only data written in clear text to disk is the “browser appvm image”, but not the data the browser writes in a dispvm.