Skip to content

Instantly share code, notes, and snippets.

@monkeydom
Created March 5, 2013 11:32
Show Gist options
  • Save monkeydom/5089695 to your computer and use it in GitHub Desktop.
Save monkeydom/5089695 to your computer and use it in GitHub Desktop.
A ram disk to build in to reduce tear on the SSDS
#!/bin/sh
rmdir /Volumes/BuildDisk
diskutil erasevolume HFS+ "BuildDisk" `hdiutil attach -nomount ram://4661720`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment