Skip to content

Instantly share code, notes, and snippets.

@abegodong
Created November 9, 2015 06:27
Show Gist options
  • Save abegodong/42e2ba1e5f23bb628c5b to your computer and use it in GitHub Desktop.
Save abegodong/42e2ba1e5f23bb628c5b to your computer and use it in GitHub Desktop.
Ramcache
#!/bin/sh
mkfs -t ext2 -q /dev/ram1 32000
[ ! -d /ramcache ] && mkdir -p /ramcache
mount /dev/ram1 /ramcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment