I have a SSD, and a RamDisk in other disc drive.
I use MKLINK /D to move Google Chrome cache, from my SSD to my RamDisk.
Please, my questions are:
With
MKLINK /D, where physically is my cache? SSD? RamDisk? Both? Am I moving cache to my RamDisk? Or just duplicating cache on my SSD and RamDisk? I ask because the same files and folders appear in both drives (SSD and RamDisk).Does
MKLINK /Dwork with files, folders and sub-folders? Only oneMKLINK /Dis enough for every file, folder and sub-folder under this symlink? Files, folders and sub-folders are physically going to be in the SSD or RamDisk?Should I use
MKLINK /J? In my case, what's the technical difference usingMKLINK /DorMKLINK /J?
Thanks!
PS1: I already googled the issue, but is very confuse.
PS2: I am not interested in the --disk-cache-dir="x:" solution.