I made an oopsy, quite an big one.
My /dev/root partition is just 20GB, while the /dev/sda2 partition is 480GB. You guessed it, I am only using the /dev/root partition.
Now how do I resize this partition? Here's my output of df -T
root@dump:~# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
rootfs rootfs 20917296 11655936 8212784 59% /
/dev/root ext4 20917296 11655936 8212784 59% /
/dev devtmpfs 1013864 4 1013860 1% /dev
none tmpfs 202840 200 202640 1% /run
none tmpfs 5120 0 5120 0% /run/lock
none tmpfs 1014180 0 1014180 0% /run/shm
/dev/sda2 ext4 466609984 3607288 439658468 1% /home
As you can see it's an ext4 partition. This is on a Kimsufi/OVH mKS2G dedi running Ubuntu 12.04
Thanks in advance!