Let's start with the easy question. A good way to get UUIDs is lsblk -f (there are others, including sudo blkid).
Second, if you're going to do radical surgery on the partition table, I strongly recommend GParted over fdisk. Available in repo.
Third, you would be better served figuring out what's blowing up the system partition. What say sudo du -xhd1 / | sort -hr and sudo du -xhd1 /usr | sort -hr?
Fourth, if you can't figure out what's blowing up the system partition, I recommend you reinstall.
Second, if you're going to do radical surgery on the partition table, I strongly recommend GParted over fdisk. Available in repo.
Third, you would be better served figuring out what's blowing up the system partition. What say sudo du -xhd1 / | sort -hr and sudo du -xhd1 /usr | sort -hr?
Fourth, if you can't figure out what's blowing up the system partition, I recommend you reinstall.
Statistics: Posted by pbear — 2024-04-19 01:24 — Replies 2 — Views 51