Skip to content

Instantly share code, notes, and snippets.

@diasjorge
Created June 18, 2015 12:52
Show Gist options
  • Save diasjorge/16227c563f10fce9ae95 to your computer and use it in GitHub Desktop.
Save diasjorge/16227c563f10fce9ae95 to your computer and use it in GitHub Desktop.
Expand lvm disk size
echo '1' > /sys/class/scsi_disk/2\:0\:0\:0/device/rescan
fdisk /dev/sda
partprobe
pvcreate /dev/sda4
vgextend system /dev/sda4
lvextend -l +100%FREE /dev/system/root
resize2fs -p /dev/mapper/system-root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment