Skip to content

Instantly share code, notes, and snippets.

@miebach
Created July 12, 2011 01:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miebach/1077178 to your computer and use it in GitHub Desktop.
Save miebach/1077178 to your computer and use it in GitHub Desktop.
Create a ramdisk in linux on th fly
#!/bin/sh
mkdir -p /tmp/ramdisk
sudo mount -t tmpfs -o size=512M tmpfs /tmp/ramdisk
#sudo mount -t tmpfs -o size=1G tmpfs /tmp/ramdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment