Horje
remove home partition centos 6 Code Example
remove home partition centos 6
Remove /home Partition on CentOS 6

# umount /home
# lvm lvremove /dev/mapper/VolGroup-lv_home
# lvm lvresize -l+100%FREE /dev/mapper/VolGroup-lv_root
# resize2fs /dev/mapper/VolGroup-lv_root

Now we still need to edit /ect/fstab to prevent CentOS from trying to mount a non-existent partition on start up. remove line /dev/mapper/VolGroup-lv_home /home




Shell

Related
ubuntu useradd Code Example ubuntu useradd Code Example
react-konva github Code Example react-konva github Code Example
grep check line exists in file Code Example grep check line exists in file Code Example
start Win-KeX in Seamless mode with sound support Code Example start Win-KeX in Seamless mode with sound support Code Example
find bashrc Code Example find bashrc Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9