Created
November 5, 2010 17:25
-
-
Save wesmaldonado/664486 to your computer and use it in GitHub Desktop.
OS X Ramdisk Creation
This file contains hidden or 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
hdid -nomount ram://100000 | |
sudo /sbin/newfs_hfs -v mysql_ram_disk /dev/disk1 | |
diskutil mount /dev/disk1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment