I have 4 ubuntu relevant partitions:
├─nvme0n1p5 259:5 0 19.1G 0 part /
├─nvme0n1p6 259:6 0 22.9G 0 part [SWAP]
├─nvme0n1p7 259:7 0 57.2G 0 part /home
└─nvme0n1p8 259:8 0 193.8G 0 part /mnt/data
My root is constantly running out of space. I was told I don't need that much space in swap, so I can just shrink the swap space and expand root directly, since they're next to each other, right? If I wanted to move space from the data mount (a mount shared between Ubuntu and Windows) to root, I'd have to shrink it, expand home, then shrink home, expand swap, and then shrink swap and expand root, right? Or is there a way I can move space directly?
I know my swap is really big and my root is really small. I installed Ubuntu off some tutorials, they recommended 1.5x my ram for the swap, and a small root. I see that's a mistake.