Skip to content

Instantly share code, notes, and snippets.

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 barser/83b41b12047c8067a6c96e679957a4b3 to your computer and use it in GitHub Desktop.
Save barser/83b41b12047c8067a6c96e679957a4b3 to your computer and use it in GitHub Desktop.
Resize partition in alpine
# after the virtual disk has already been expanded (e.g. in proxmox)
apk add --no-cache cfdisk e2fsprogs-extra
# choose partition then "Resize" > "Write" (to finalize)
cfdisk
# replace * with partition you are resizing
resize2fs /dev/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment