Eric Guo's blog.cloud-mes.com

Hoping writing JS, Ruby & Rails and Go article, but fallback to DevOps note

Extend the Disk Size in Rocky Linux Which Running in VMware

Permalink

Detail explaining following rocky linux admin or previous my CentOS article.

parted -l
cfdisk /dev/sda
pvresize /dev/sda2
lvextend -l +100%FREE /dev/mapper/rl-root
resize2fs /dev/mapper/rl-root
xfs_growfs /dev/mapper/rl-root # or root is xfs

Comments