Created
May 23, 2017 00:10
-
-
Save thelastpenguin/7f7d1bfffb6b4b11f67ceea269f07e51 to your computer and use it in GitHub Desktop.
creates a 1GB ramdisk mounted at /Volumes/RamDisk on OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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