标签:ati data- top pos 创建 存在 备份 tle mod


/home : cp -r /home/ homebak//home : umount /home 
home 存在进程,使用 fuser -m -v -i -k /home 终止 home 下的进程,最后使用 umount /home 卸载 /home/home所在的lv : lvremove /dev/mapper/centos-home 
/root所在的lv,增加4430G : lvextend -L +4430G /dev/mapper/centos-rootxfs_growfs /dev/mapper/centos-roothome lv : lvcreate -L 167G -n home centos 

home lv 分区的大小,根据 vgdisplay 中的free PE 的大小确定mkfs.xfs /dev/centos/homehome: mount /dev/centos/home /home 
/home 下的东西将丢失,注意做好备份。。。
转载.
调整分区大小 转载--------------http://blog.csdn.net/perfectzq/article/details/73606119
标签:ati data- top pos 创建 存在 备份 tle mod
原文地址:http://www.cnblogs.com/jinanxiaolaohu/p/7771436.html