Is it possible to get persistent RAM disk with Imdisk?

Himanshu Yadav picture Himanshu Yadav · Nov 21, 2012 · Viewed 13.4k times · Source

I have moved my JDK, workspace and Tomcat server to a RAM disk which is created with the help of Imdisk tool.

This move has beefed up my Eclipse IDE and my productivity.

But I loose my virtual disk whenever I boot up my machine. Is it a way to persist RAM drive and it's content?

I am using Windows 7, 64-bit with 8GB of actual RAM.

Answer

user1979104 picture user1979104 · Jan 15, 2013

Commands to automate this are in the FAQ for Imdisk :

http://reboot.pro/topic/15593-faqs-and-how-tos/

There are ways to have scripts run at windows startup (to load the disk image) and at windows shutdown (to save the ramdisk to the disk image).

Chris