Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kgoger
Created July 24, 2018 12:00
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 kgoger/bbbecc5570250a57f9313d9f45e73d89 to your computer and use it in GitHub Desktop.
Save kgoger/bbbecc5570250a57f9313d9f45e73d89 to your computer and use it in GitHub Desktop.
BLOCK_DEV="/dev/mmcblk0"
PART_NUM="1"
parted ${BLOCK_DEV} resizepart ${PART_NUM} 100%
resize2fs ${BLOCK_DEV}p${PART_NUM}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment