Skip to content

Instantly share code, notes, and snippets.

@lemon-li
Forked from zhiguangwang/README.md
Created May 10, 2021 04:00
Show Gist options
  • Save lemon-li/22c0ace317284489bee318e3f0349421 to your computer and use it in GitHub Desktop.
Save lemon-li/22c0ace317284489bee318e3f0349421 to your computer and use it in GitHub Desktop.
Extending Linux file system after resizing EBS volume

Extend partition on root volume

sudo growpart /dev/nvme0n1 1

Extend file system on root volume

ext4

sudo resize2fs /dev/nvme0n1p1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment