Skip to content

Instantly share code, notes, and snippets.

@hfreire
Last active January 19, 2019 19:03
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 hfreire/13881adabb62ea8ac6ddf6191265c205 to your computer and use it in GitHub Desktop.
Save hfreire/13881adabb62ea8ac6ddf6191265c205 to your computer and use it in GitHub Desktop.
Shrink an ext3 partition on a SD card in OSX
Unmount disk
sudo diskutil unmount /dev/disk2
Check partition status
sudo e2fsck -f /dev/disk2s3
Resize partition
sudo resize2fs /dev/disk2s3 4G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment