https://www.golinuxcloud.com/resize-luks-partition-shrink-extend-decrypt/
Here’s a fairly detailed article about it.
Removed by mod
@atzanteol LVM is inside LUKS. For some reason, resizing stops even though I unmounted the partition it is still being marked as “active”. I disabled my SDDM and everything, rebooted, and still couldn’t do it.
my reaction was “well… maybe there’s something else holding this, LUKS maybe?”
Removed by mod
@atzanteol I didn’t do anything fancy to be honest the resources pointed at me are not that different from what I did (example)
lvresize -r -L -80G /dev/mapper/laptop--lvm-home
But I think I got my cue from Arch Linux guide and will boot into a USB and do my resize commands.
Basically end result is just resize home to give root more space. All partitions in LUKS.
I think I got it from here *knock on wood* all that’s left is just backup home, cross fingers and hope resizing goes through.
Removed by mod
@atzanteol All’s good. Yea, reason for the post was that even though I took the partitions offline it wouldn’t still let me resize. So I think the best next move would be just booting into a USB and see if it lets me.
The whole disk well, only the boot is separated. The rest of the partition has the whole space controlled by LVM. Interestingly even though that may be the setup something was just rejecting my resize request.
Sadly have more to say but Mastodon limit is hitting haha. nutshell
Removed by mod
Haven’t used LVM in a while, so I can’t offer much insight there other than consider taking a backup of anything important.
It never occurred to me to attempt such a thing. I’d first try on a throwaway VM and virtual disk I guess. But resizing is already sort of a bad vibe. I’m trying to move towards being able to do full reinstalls more smoothly. That’s still a work in progress though.