I increased the disk size with AI expert manager.
I rebooted then run resize2fs command.
output is "The filesystem is already 786432 blocks long. Nothing to do!"
Did you point it at the correct disk? What was the full command you used? It should be something like #resize2fs /dev/xvdX <NewSizeInGigaByte>G
You can get a list of all the disk your system sees with #fdisk -l (that is a lower case L)
According to the manpage you should also unmount your disc since the 2.6 kernel only supports on-line resizing for ext3 and I don't know what you are using.
#man resizefs has some good info at the top
EDIT: I just found this The resize2fs command did nothing on my VPS when I increased the size of a disk, df -h returns me the same size ! Update the gandi-hosting-vm package using Gandi APT sources Stop / start your VPS in two times on the control panel Do the procedure described on our wiki again
Last modified: 26 Jul 2011 at 16:13 by Mirko K.