Here is what I have on my Linux Box
[root@linxuph53 logs]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_linuxph53-lv_root
38G 11G 26G 29% /
tmpfs 4.0G 0 4.0G 0% /dev/shm
/dev/sda1 485M 54M 406M 12% /boot
/dev/mapper/vg_linuxph53-lv_home
35G 30G 3.9G 89% /home
/home is being used by website content and I'd like to shift unused space from / to /home like 6-10 of additional GBs
Is this possible? I can't shutdown the service, is there anyway dynamically allocate more space to /home partition?
I can do this in windows without any issues, but have no idea how to do it on Linux
OS - Fedora Core 14
thanks, Dmitry