Skip to content

Instantly share code, notes, and snippets.

@kumekay
Created September 28, 2019 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kumekay/99c44b4ff318cf06a85a22f010818846 to your computer and use it in GitHub Desktop.
Save kumekay/99c44b4ff318cf06a85a22f010818846 to your computer and use it in GitHub Desktop.
Extend root lvm partition on ubuntu 18.04
#! /bin/sh
sudo lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
sudo 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