This error usually means either Firefox is still running (and Cache Relocator couldn't detect it), or the tool itself doesn't have sufficient privileges.
Windows requires administrative rights to create symbolic links, so please try the following:
- Make sure Firefox is completely closed: check in Task Manager that no 'firefox.exe' processes remain.
- Right-click the Cache Relocator executable and choose 'Run as administrator'.
If running it as administrator still gives "System Error. Code: 5. Access is denied", it means Windows is blocking the creation of the link for some reason. You can still set it up manually:
- Close Firefox completely.
- Move your existing cache folder to your RAM disk (for example, 'Z:\Cache').
- Open Command Prompt (Admin) or PowerShell (Admin).
- Run this command, adjusting the paths for your system:
mklink /D "C:\Users\victor\AppData\Local\Mozilla\Firefox\Profiles" "Z:\Cache"
- Start Firefox again. It should now use the cache folder on your RAM disk.