Created
November 9, 2015 06:27
-
-
Save abegodong/42e2ba1e5f23bb628c5b to your computer and use it in GitHub Desktop.
Ramcache
This file contains 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
#!/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