Skip to content

Instantly share code, notes, and snippets.

@vinhjaxt
Created October 31, 2022 08:00
Show Gist options
  • Save vinhjaxt/92f38f2799d42b75a019de1108f35504 to your computer and use it in GitHub Desktop.
Save vinhjaxt/92f38f2799d42b75a019de1108f35504 to your computer and use it in GitHub Desktop.
vSphere / ESXi resize linux paritition.

Edit VM Settings => Change disk size

Boot into linux iso

$ parted

unit B
print free
resizepart
3
# Number of Bytes
quit

Boot into linux

sudo pvresize /dev/sda3
df -h
sudo lvextend -r -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment