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?


Solution 1:

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.