I've two disks in my PC. My /home is in the /dev/sda3 so it's on sda1. Then I have another disk formated and mounted as /data in /dev/sdb1. I want to move /home to /data or delete data complety and resize /home to fit all the space in data. My partition system use LVM and it's CentOS 6.3. Which solution is best and what I need to do in order to get this done?
EDIT:
This is my df output:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 29696992 2402600 25785836 9% /
tmpfs 928504 0 928504 0% /dev/shm
/dev/sda2 495844 83245 386999 18% /boot
/dev/sdb1 307665016 233508 291803016 1% /data
/dev/sda3 5124192 489980 4373912 11% /home