Skip to content

Instantly share code, notes, and snippets.

@BenFausch
Last active January 16, 2019 22:50
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 BenFausch/c809e63e65e6b69e40bbbab2e52550ad to your computer and use it in GitHub Desktop.
Save BenFausch/c809e63e65e6b69e40bbbab2e52550ad to your computer and use it in GitHub Desktop.
Wipe free space - mojave
#replace (Drive Name), go cd / and see what the volume is named
#replace (level 0-4) with 4 for a full wipe
#ref: http://osxdaily.com/2016/04/28/erase-free-space-mac-command-line/
diskutil secureErase freespace (level 0-4) /Volumes/(Drive Name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment