I have enough space right now I just need to move some of it around. I need to wait and see what MSFS 2024 is before I buy another SSD. If it is completely separate from the 2020 version I may get another SSD.
Your installation is the same as mine and everyone else on MS Store.
Everything you describe is okay.
The E:\WindowsApps folder is fine.
I have it also but I canât see what is in mine and donât care.
It is protected by Microsoft.
All you need is to move the Official folder to D:\Official
and create the link (mklink) for it.
The Symbolic Link is for Windows to know where the Official folder is.
Just do it âŠ
OK, I can now declare this topic is solved. The problem was, as I expected, I had not deleted the Official folder in the E:\MSFS Stuff\ folder after copying and pasting it to the D:\ drive. So I did that, the symbolic link was created and MSFS seems to be working as it should. Thanks for all the help.
Good job.
You stuck with it and got it solved.
Enjoy your flyingâŠ
TDog, Can you pls explain what you did to dolve the problem eith using mklink.
Thanks,
Peter Hougardy
You have to delete the official folder and all the files from the E: drive after you set up your link. Then your link will create a symbolic link from your new location to the E: drive. After that happens you can go there and it will appear to be an Official Folder there with all your Official files in it.
Many thanks / let me try again - I will let you know if it worked!
Peter
I tried but have syntax error.
I have:
- on my e drive msfs2020\official\onestore\ and also community folder
- I want a virtual link with my d drive
- My d drive has no folders related to msfs
- My e drive has the loaded community and official files
- After succesful link I have to remove the official folder from e, as that folder should now be in d (U cannot do that because of mklink error syntax message)
I tried the following:
After the prompt: mklink /d d:\ e:\msfs2020\official
This does unfortunately not work: syntax error message
Do I need d: only and/or do I need e:\msfs2020\official\onestore. ?
Thanks for helping out!
Peter
Mklink will create a Symbolic Link for a folder, /d parameter.
ex: mklink /d \MyFolder \Users\User1\Documents
You could do this and not need mklink.
- Create a new folder on D:, D:\msfs2020.
- Copy your E:\msfs2020 to D:\msfs2020.
- Update the last line of your UserCfg.opt file to:
InstalledPackagesPath âD:\msfs2020â - Delete E:\msfs2020
Hi Ron,
Thanks for your advice - I only want to move the folder Official from my e drive (msfs2020\official\onestore) to the d drive. I can then free up e drive space, ad this drive is full and I cannot add anymore msfs2020 updates/addons.
With mklink /d that seems to be simple, but how exactly is the mklink line after the prompt for my situation?
I think this will do it.
I donât use mklink.
And donât understand why you donât want to move both the Community and Official folders.
Your addons will go in your Commumity folder.
copy e:\msfs2020\official to d:\msfs2020\official
mklink /d e:\msfs2020\official d:\msfs2020\official
Or, if you just want Official:
Copy e:\msfs2020\official to D:\official
mklink /d e:\msfs2020\official d:\official
Hi Ron,
When I try that I see âcannot create a file when that file already existsâ error.
I did not have d:\official in drive d.
Peter
Donât follow.
If you are using File Explorer with copy & paste. you will need
to create the folder, D:\Official first.
If D:\Official is already there, delete it.
Rely with the command you are having trouble with.
Or a screenshot.
Hi Ron,
I did solve the problem!
Thanks for your help.
Peter