Hi all,
I got a random weird problem.
Yesterday i was messing with CWP again.
I suddenly noticed that my home partition changed size and is full now.
[root@server01 ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdb 8:16 0 59.6G 0 disk
└─sdb1 8:17 0 59.6G 0 part
sda 8:0 0 59.6G 0 disk
├─sda1 8:1 0 500M 0 part /boot
└─sda2 8:2 0 59.1G 0 part
├─vg_server01-lv_root (dm-0) 253:0 0 48.5G 0 lvm /
├─vg_server01-lv_swap (dm-1) 253:1 0 6G 0 lvm [SWAP]
└─vg_server01-lv_home (dm-2) 253:2 0 4.7G 0 lvm /home
sr0 11:0 1 1024M 0 rom
As you can see, suddenly my home partition is 4.7 GB. This was always 59.x.
Is there any way i can change this back to the old situation?
Since these:
├─vg_server01-lv_root (dm-0) 253:0 0 48.5G 0 lvm /
├─vg_server01-lv_swap (dm-1) 253:1 0 6G 0 lvm [SWAP]
└─vg_server01-lv_home (dm-2) 253:2 0 4.7G 0 lvm /home
are LVM's i think i can unmount them, then readd the space of lv_root to lv_home?