Skip to content

Instantly share code, notes, and snippets.

@pwlin
Created July 23, 2020 08:33
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 pwlin/57c185a3baef2de18d8d3c682202e91b to your computer and use it in GitHub Desktop.
Save pwlin/57c185a3baef2de18d8d3c682202e91b to your computer and use it in GitHub Desktop.
https://stackoverflow.com/a/58706318/374577
$ sudo parted /dev/sda resizepart 1
End? [20GB]? 40GB
$ sudo resize2fs /dev/sda1
$ lsblk
$ df -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment