I'm running VMWare Fusion on my Mac, and just created a new VM for CentOS 5.3. I have pre-allocated 20GB of space for this VM.
Here are the / and /home mounts on my machine. There are others but they should be inconsequential.
[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 3.8G 3.8G 0 100% /
/dev/sda5 9.8G 1.1G 8.2G 12% /home
I want to resize the /home partition to ~4GB, and resize the / partition to ~10GB. How would I go about this? Are there any limitations as a result of the fact that I'm running this on a VM?