Ubuntu 20.04's installer points you towards LVM + LUKS if you want your disk encrypted. I do. But I'm not sure what LVM adds.
e.g. I followed the easy option and installed this way. It set up:
- physical EFI partition (537MB - bit small?)
- physical extended partition
- boot partition 1.5GB
- LUKS
- LVM
- 1GB Swap (tiny!)
- The rest: / (ext4)
- LVM
Now I want to increase the swap, but there don't seem to be any tools to do this easily? LVM comes with lots of features but it seems that to resize this I still have to boot to rescue USB or such, fiddle around with my fingers crossed. At least in the old days I could use Gparted when needs demanded.
I thought LVM had lots of cool features like live resize, snapshots etc. and I thought it would be supported by a GUI tool (e.g. Gnome Disks) but it does not seem to be the case.
Is there a toolset or reasoning that I'm missing as to why Ubuntu's installer offers this when it seems to just make things less flexible? e.g. it's easier to shrink ext4 if you shrink it from the end not the beginning.
ubiquity
,subiquity
, etc) – guiverc Mar 28 '22 at 12:49ubiquity
, the default installer for Ubuntu Server 20.04 LTS usessubiquity
, the default for two flavors iscalamares
... but you didn't say which ISO you downloaded (flavors are offered too at ubuntu.com) and used of the choices offered. – guiverc Mar 28 '22 at 13:07