Hi Guys.
I am using host operating system as windows xp and guest as centos 6 with virtualization software as Virtual Box.
I had issue with hard disk size of guest so increased it successfully with VirtualBox command line argument.
VBoxmanage modifyhd "path\to\vdi image file\centos60-full.vdi" --resize 40960
all good but now, if we have look df -h still shows old size


fdsik does gives information about 40Gb hard disk size.
[user01@centos60-full ~]$ su -
Password:
[root@centos60-full ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_centos60full-lv_root
16G 12G 2.8G 82% /
tmpfs 1012M 112K 1012M 1% /dev/shm
/dev/sda1 485M 48M 412M 11% /boot
C_DRIVE 233G 137G 97G 59% /media/sf_C_DRIVE
/dev/sr0 44M 44M 0 100% /media/VBOXADDITIONS_4.1.8_75467
[root@centos60-full ~]# fdisk -l
Disk /dev/sda: 42.9 GB, 42949672960 bytes
255 heads, 63 sectors/track, 5221 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000e134f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 2611 20458496 8e Linux LVM
Disk /dev/mapper/vg_centos60full-lv_root: 16.7 GB, 16684941312 bytes
255 heads, 63 sectors/track, 2028 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_centos60full-lv_root doesn't contain a valid partition table
Disk /dev/mapper/vg_centos60full-lv_swap: 4261 MB, 4261412864 bytes
255 heads, 63 sectors/track, 518 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_centos60full-lv_swap doesn't contain a valid partition table
[root@centos60-full ~]#
Please assit.
Many thanks in advance.