Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created March 3, 2017 21:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/1265530dd2382bae8ad9eb1b3888e10f to your computer and use it in GitHub Desktop.
Save rtrouton/1265530dd2382bae8ad9eb1b3888e10f to your computer and use it in GitHub Desktop.
Resize boot volume using diskutil to occupy all available space on the partition
#!/bin/bash
# Resize boot volume to occupy all available space on the partition
/usr/sbin/diskutil resizeVolume / R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment