1

Topic: resize successful but OS disk size the same

Using centos 6.5 64bit on VMware. I increased the disk size, then used gparted live cd to resize partition from 10G to 20G. The resize was successful and I did a reboot. However the OS still reports the original 10G size. Is there a step Im missing ?

2

Re: resize successful but OS disk size the same

You can try to run "check" on that partition within GParted.
Please, look at the GParted Manual for details.
The chapter title is "Checking a Partition".

*** It is highly recommended to backup any important files before doing resize/move operations. ***

3

Re: resize successful but OS disk size the same

Thanks
I did run 'check', and there are no errors. I have included some screenshots of the gparted screens and the last one is my OS showing still the unchanged partition size.
https://screencloud.net/v/tMPT

4

Re: resize successful but OS disk size the same

.. here is the check screen
https://screencloud.net/v/vp6

5

Re: resize successful but OS disk size the same

.. and the partition info
https://screencloud.net/v/yL60

6

Re: resize successful but OS disk size the same

.. and finally my OS disk info showing the unchanged partition size..
https://screencloud.net/v/w6OX

7

Re: resize successful but OS disk size the same

From the screen shot in post #3 it appears that the Logical Volume Manager 2 Physical Volume in partition /dev/sda2 uses the majority of the disk drive.

It looks like your OS is most likely installed on an LVM2 Logical Volume within the LVM2 PV.

To grow or shrink LVM2 LVs within the LVM2 PV, then additionally you will need to investigate resizing the LVM2 LVs.  For example the terminal command to resize an LVM2 LV is lvresize.