VMはcentos 6.5ディスク容量を増加します。


参考ブログ:http://www.cnblogs.com/sixiweb/p/3360008.html
設定を編集して、ハードディスクのサイズを変更します。
[root@localhost ~]# fdisk -l  #        

Disk /dev/sda: 59.1 GB, 59055800320 bytes  #       
255 heads, 63 sectors/track, 7179 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: 0x000efc13

   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        1045     7875584   8e  Linux LVM  #    
/dev/sda3            1045        6527    44039519+  8e  Linux LVM  #    

Disk /dev/mapper/VolGroup-lv_root: 51.2 GB, 51229229056 bytes  
255 heads, 63 sectors/track, 6228 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/VolGroup-lv_swap: 855 MB, 855638016 bytes
255 heads, 63 sectors/track, 104 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
VMWAREのLinuxシステムをオフにし、元のハードディスク容量を設定して起動します。
新しいパーティションを追加して、元の容量に基づいて新しい容量をロードします。
[root@localhost ~]# fdisk /dev/sda
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
         switch off the mode (command 'c') and change display units to
         sectors (command 'u').
Command (m for help):
nを入力して、車を返す。パーティションを追加
Command (m for help): n
Command action
   e   extended
   p   primary partition (1-4)
Pを入力して、車に戻ってメインパーティションを選択します。
入力4、回車選択パーティション4、上でsda 1、sda 2、sda 3まで調べました。
8 eを入力して、車を返します lvmに変更
入力w、回車 設定を保存して、コンピュータを再起動します。
起動後、先ほどの新しいパーティションをフォーマットします。
[root@localhost ~]#
湖南省の拡大を実現する
[root@localhost ~]# lvm    #  lvm  
lvm> pvcreate /dev/sda3                   ,   
lvm> vgextend VolGroup /dev/sda3                  vg_dc01
lvm>lvextend -L +29.9G /dev/vg_dc01/lv_root          (29.9G         )
lvm>pvdisplay                   ,             
lvm>quit                   
[root@localhost ~]# resize2fs /dev/mapper/VolGroup-lv_root
df-hを入力してハードディスクの容量を調べてください。