Skip to content

Instantly share code, notes, and snippets.

@thelastpenguin
Created May 23, 2017 00:10
Show Gist options
  • Save thelastpenguin/7f7d1bfffb6b4b11f67ceea269f07e51 to your computer and use it in GitHub Desktop.
Save thelastpenguin/7f7d1bfffb6b4b11f67ceea269f07e51 to your computer and use it in GitHub Desktop.
creates a 1GB ramdisk mounted at /Volumes/RamDisk on OSX
DISK=`/usr/bin/hdiutil attach -nobrowse -nomount ram://2097152`
/usr/sbin/diskutil erasevolume HFS+ "RamDisk" $DISK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment