- Cartlannaithe
Moving Firefox across drives
Hi, Sorry if this is a stupid question - I just can't find anything online that works. I'm trying to move the entirety of Firefox from my C:\ drive to my D:\ drive in ord… (tuilleadh eolais)
Hi,
Sorry if this is a stupid question - I just can't find anything online that works. I'm trying to move the entirety of Firefox from my C:\ drive to my D:\ drive in order to reduce writes to my SSD. I'm trying to use mklink with this command to move my profiles from appdata:
mklink /J "C:\Users\[name]\AppData\Roaming\Mozilla\Firefox\Profiles" "D:\Programs\AppData\Roaming\Mozilla\Firefox\Profiles"
However, when I try and execute it I get the result "Cannot create a file when that file already exists." Does anyone know how to fix this?