Skip to content

Instantly share code, notes, and snippets.

@pichuang
Created April 20, 2022 02:01
Show Gist options
  • Save pichuang/e111702aaf3602a8111dda2ff1e443a0 to your computer and use it in GitHub Desktop.
Save pichuang/e111702aaf3602a8111dda2ff1e443a0 to your computer and use it in GitHub Desktop.
fdisk -l
df -h
fdisk /dev/sda
...
pvcreate /dev/sda3
vgdisplay | grep "VG Name"
vgextend ubuntu-vg /dev/sda3
lvdisplay | grep "LV Path"
lvextend /dev/ubuntu-vg/ubuntu-lv /dev/sda3
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment