I have an Ubuntu Server hosted at Aruba Cloud and I want to resize the root partition...
The current partition scheme is (roughly):
sda1 /boot 300MB
sda2 swap ? MB
sda3 / 10GB
<FREE SPACE> 10GB
Is there any way I can extend sda3 at the max?
I've tried with parted or cfdisk but they won't allow me to do it because it's in use...
My idea was to enlarge sda3 in the Partition Table (not the FS) and then use resize2fs to online resize it.
