Is there a way to map a particular folder to memory? Say I have C:\somePath and I want that folder to be in memory at all times and maybe changes are dumped to HDD asynchronously without my notice. So this is more like a forced caching of HDD content in memory... For Windows 7 or any windows OS?

link|improve this question

50% accept rate
why would you want to do this? – Jim B May 24 '11 at 13:30
To have faster read write times. – erdogany May 27 '11 at 3:20
I second this - is there something like tmpfs? – Krab Apr 2 at 9:37
feedback

1 Answer

by default the windows cache manager does an OK job of managing cache size and will not add too much cache to a system. You can tweak the cache size but not the contents by default.

link|improve this answer
So this approach is not possible in Windows? – erdogany May 27 '11 at 3:21
feedback

Your Answer

 
or
required, but never shown

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