How to Extending a logical volume in WMWare
Posted
by
Mercer
on Super User
See other posts from Super User
or by Mercer
Published on 2013-06-26T10:16:41Z
Indexed on
2013/06/26
10:23 UTC
Read the original article
Hit count: 210
linux
|partitioning
down vote favorite
i have a CentOS 6.3 into my Virtual Machine.
I have 2 Disk:
Disk#1 = 18G
Disk#2 = 20G
[root@vm ~]# df -h Filesystem Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_system-lv_root 1008M 250M 708M 27% / tmpfs 1.9G 0 1.9G 0% /dev/shm /dev/sda1 194M 31M 154M 17% /boot /dev/mapper/vg_system-lv_home 504M 17M 462M 4% /home /dev/mapper/vg_system-lv_opt 2.0G 68M 1.9G 4% /opt /dev/mapper/vg_produits-lv_grid 6.9G 2.5G 4.1G 38% /opt/grid /dev/mapper/vg_produits-lv_oracle 6.9G 144M 6.4G 3% /opt/oracle /dev/mapper/vg_system-lv_tmp 2.8G 71M 2.6G 3% /tmp /dev/mapper/vg_system-lv_usr 2.5G 1.6G 799M 67% /usr /dev/mapper/vg_system-lv_var 2.0G 278M 1.6G 15% /var
So i want to extend my /tmp and my /opt/oracle like this:
10Go in/tmp
13Go in /opt/oracle
Thx.
© Super User or respective owner