Do the answers in How can I add more disk space to /boot for update still work in the newest Ubuntu 22.04? Can I just order a new drive format it and resize boot to the right and be done? And does that work also for expanding home?
I have the same problem where nothing helps to free enough space and when I buy a new drive I would like to resize the rest of the space to home.
sudo lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1
│ vfat FAT32 2DBC-43FC 1G 1% /boot/efi
├─sda2
│ swap 1 09c54359-ba24-4a3e-9442-eb527496337a [SWAP]
├─sda3
│ ext4 1.0 8ea302c5-b2f3-46fb-a50a-a4f8377a8044 0 94% /boot
└─sda4
LVM2_m LVM2 Lx2mUh-pbgT-qI88-xauW-bsfX-wPZ7-5cBAtO
└─vg0-lv--0
xfs 343d781f-b8cd-4dc7-ace5-a642b30c4d9a 8.5T 22% /
Here is a screenshot of the output that looks might be more clear!:
sudo lsblk -f
in question above. – oldfred Mar 05 '24 at 13:48sudo pvs
& sudo vgs&
sudo lvs` Since xfs, you cannot run fsck, and may need whatever is the equivalent in xfs. – oldfred Mar 05 '24 at 20:47