part of the storage space on a Linux server is not used. Can anyone tell me how this problem happened and how to fix it and get this unused part back using?
As you can see sda is 160GB. But df shows only 77GB:
and
Thank you for your help.
As you can see sda is 160GB. But df shows only 77GB:
Code:
[email protected]:~$ lsblk -o NAME,FSTYPE,SIZE,LABEL,MOUNTPOINT
NAME FSTYPE SIZE LABEL MOUNTPOINT
sda 160G
├─sda1 ext4 487M /boot
└─sda2 LVM2_member 79.5G
├─vg00-lv01 ext4 77.6G /
└─vg00-lv00 swap 1.9G [SWAP]
sr0 1024M
and
Code:
[email protected]:~$ df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg00-lv01 77G 71G 2.4G 97% /
Thank you for your help.