Is there such a thing as a persistent ram drive?
Posted
by Linus
on Super User
See other posts from Super User
or by Linus
Published on 2009-11-22T22:01:04Z
Indexed on
2010/06/01
18:34 UTC
Read the original article
Hit count: 221
I have a laptop with a LAMP setup. The HDD is slow, which causes my unit tests to run slowly.
I was wondering whether I could mount the web root the mysql database on some kind of ramdisk.
From what I have read of ramdisks, they are non-persistent.
Is there anyway to create a ramdisk that writes changes to an area of the hdd when shutting down and re-mounts the ramdisk on bootup?
© Super User or respective owner