Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
1  
I use an SSD which has much the same effect with more capacity. ;) – Peter Lawrey Nov 21 '12 at 14:07
1  
+1 for @Peter: SSDs are not that expensive any more and well worth their money (even more so if you can get the company to pay for them!). – Joachim Sauer Nov 21 '12 at 14:17
Also it seems to be better-suited for Super User, since you don't seem to be looking for a programming solution. – Joachim Sauer Nov 21 '12 at 17:02

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.