Skip to content

Instantly share code, notes, and snippets.

@RicoP
Created May 22, 2013 16:04
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 RicoP/5628767 to your computer and use it in GitHub Desktop.
Save RicoP/5628767 to your computer and use it in GitHub Desktop.
ramdisk
$ mkdir /tmp/ramdisk; chmod 777 /tmp/ramdisk
$ mount -t tmpfs -o size=256M tmpfs /tmp/ramdisk/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment