mklink
to do this...d:\captains_logs\
mklink /d "c:\Users\<username>\Saved Games\Frontier Developments\Elite Dangerous" "d:\captains_logs"
<username>
in that command with your windows personal folder where all of your files are stored./d
argument, which tells the command you're trying to link directories.Elite Dangerous
folder inside the Frontier Developments
folder before the link can be made because the command cannot overwrite existing files/directories. Make sure everything is moved!!!Ah, I should have thought of that! Many thanksYou can use the commandmklink
to do this...
Move your journals where you want them, e.g.:d:\captains_logs\
Use an elevated command prompt (open command prompt as admin) to make a link from where the game expects to find the logs to the new place you moved them to:
mklink /d "c:\Users\<username>\Saved Games\Frontier Developments\Elite Dangerous" "d:\captains_logs"
- Replace
<username>
in that command with your windows personal folder where all of your files are stored.- Make sure you use the
/d
argument, which tells the command you're trying to link directories.- You will have to remove the
Elite Dangerous
folder inside theFrontier Developments
folder before the link can be made because the command cannot overwrite existing files/directories. Make sure everything is moved!!!
You beat me to it!You can use the commandmklink
to do this...
I'm impressed that your journals are taking enough space to create an issue. Mine seem to be a mere 300 MB. How much space are we talking about here?My C drive is getting filled after the 10 years of journal collecting
Mine are 700MB+I'm impressed that your journals are taking enough space to create an issue. Mine seem to be a mere 300 MB. How much space are we talking about here?![]()
They're only part of the issue, butI'm impressed that your journals are taking enough space to create an issue. Mine seem to be a mere 300 MB. How much space are we talking about here?![]()
EDDiscovery can be installed to any drive; if you have a single drive, I'd actually suggest (if possible) to get a second (ideally flash based, so NVME or SSD) and move elite and the logs to it. This takes the pressure off the OS drive, and will actually help Elite perform a little better as disk access can happen in parallel with OS access.They're only part of the issue, but
View attachment 412182
And they only go back to 2017, sadly I lost everything before that in a... let's call it a disk incident
Another part of the issue is this:
View attachment 412183
![]()
True. I've never been brave enough to trust Windows not to mess this upI thought you could just move the location of those folders![]()
I'm actually using TreeSize for stuff like thatThere are better ways to save disk space on your c: drive
Run Windirstat (*as admin) to find where all your free space went
I'm impressed that your journals are taking enough space to create an issue. Mine seem to be a mere 300 MB. How much space are we talking about here?![]()
The 2 people that still know cmdline will probably get the joke.