5

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?

yusuf
  • 195
  • 2
  • 6

2 Answers2

2

You need 3rd party software to do this. One program that can do this is ImDisk. ImDisk will create a new drive letter which you can make a link to from any folder you want: mklink /D C:\somePath E:\somePath.

Clint
  • 146
  • 1
  • 7
0

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.

Jim B
  • 24,081
  • 4
  • 36
  • 60