Skip to content

Instantly share code, notes, and snippets.

@eduavila
Created March 26, 2025 14:30
Show Gist options
  • Save eduavila/222a0281a89ea6933e868b3c2226b9f7 to your computer and use it in GitHub Desktop.
Save eduavila/222a0281a89ea6933e868b3c2226b9f7 to your computer and use it in GitHub Desktop.
Estender disco ubuntu 22.04
##
## Estender espaço de disco disponivel
##
## Espande para 100% uso do disco
lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
## Visualiza alteração
lvdisplay
## Resize aplicar.
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
## Referencia
## https://packetpushers.net/blog/ubuntu-extend-your-default-lvm-space/
##
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment