This requires you to be able to ssh into the instance using the root user account and that no services be running as users out of /home.
The examples are from a default installation with no customation-you NEED to know what you're working with for partitions to not mess this up.
By default, CentOS 7 uses XFS for the file system and Logical Volume Manager (LVM), creating 3 partitions: /,/home and
To backup the contents of /home, do the following:
mkdir /temp
cp -a /home /temp/Once that is finished at your back at the prompt, you can proceed to step 2.
umount -fl /homelvremove /dev/cl/homexfs_growfs /dev/mapper/cl-root