Article 6NJ9K not appear new resized LVM partition

not appear new resized LVM partition

by
zaffacy
from LinuxQuestions.org on (#6NJ9K)
I previously had 200GB of disk space and increased it to 250GB via ESXi for my guest machine. My machine is running CentOS 8. I tried to extend the logical volume at the path /dev/mapper/cl_mail-root, but when I try to check
via command DF

is show me old size not resized (text in bellow)

Code:Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs 8109216 0 8109216 0% /dev
tmpfs 8127308 0 8127308 0% /dev/shm
tmpfs 8127308 180944 7946364 3% /run
tmpfs 8127308 0 8127308 0% /sys/fs/cgroup
/dev/mapper/cl_mail-root 52403200 48351644 4051556 93% /
/dev/mapper/cl_mail-home 151379744 1109932 150269812 1% /home
/dev/sda2 999320 142840 787668 16% /boot
/dev/sda1 613184 7024 606160 2% /boot/efi
tmpfs 1625460 0 1625460 0% /run/user/988
tmpfs 1625460 0 1625460 0% /run/user/0However when i try to check via LSBLK
Its apprear that extended cl_mail-root with total capacity 100G

Code:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 250G 0 disk
|-sda1 8:1 0 600M 0 part /boot/efi
|-sda2 8:2 0 1G 0 part /boot
|-sda3 8:3 0 198.4G 0 part
| |-cl_mail-root 253:0 0 100G 0 lvm /
| |-cl_mail-swap 253:1 0 4G 0 lvm [SWAP]
| `-cl_mail-home 253:2 0 144.4G 0 lvm /home
`-sda4 8:4 0 50G 0 part
`-cl_mail-root 253:0 0 100G 0 lvm /
sr0 11:0 1 1024M 0 romWhats wrong i did? How to fix for correct display size?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments