Skip to content

Instantly share code, notes, and snippets.

@skinofstars
Last active December 14, 2015 02:19
Show Gist options
  • Save skinofstars/5012393 to your computer and use it in GitHub Desktop.
Save skinofstars/5012393 to your computer and use it in GitHub Desktop.
Simulate Ubuntu RamDisk structure in Squeeze
mkdir -p /run/shm
sudo mount -t tmpfs -o size=1024M tmpfs /run/shm

or more permanently in /etc/fstab

tmpfs           /run/shm        tmpfs   size=1g         0       0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment