November 16, 201411 yr What is the easiest and way to move FSX from HDD to SSD....without messing it up? I have an empty SSD and FSX is the only folder on an HDD. Can I simply cut n paste FSX to the new SSD then reassign the drive letter to match the old HDD?
November 16, 201411 yr Some Expert will be answering your question, as far as i know if you just cut and paste it will be bad idea, please wait for expert advise, Thank you Best Regards
November 16, 201411 yr I have an empty SSD and FSX is the only folder on an HDD. Can I simply cut n paste FSX to the new SSD then reassign the drive letter to match the old HDD? Yes. Check alignment with AS SSD after you're done, but you should be OK provided that the SSD partition was formatted in Win 7 or 8
November 16, 201411 yr Commercial Member If you wanted to keep the drive letter the same, you could also do it this way: (I probably should have read your post a little more before typing this out so I would realize it's not the solution you need ) Simply copy and paste (or cut and paste, doesn't really matter) the FSX folder to the new location. Next, open an elevated command prompt (Start > type "cmd", right click the command prompt item that shows up in the search, click "Run as Administrator") and enter the following command: mklink /j <path to original FSX folder> <path to where FSX is now> Be sure that the FSX folder has been moved out of its original location before running the command. As well, if there are any spaces in either of the file paths, be sure to put quotes ("example") around each path. For example, if I was moving my FSX from C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X to G:\FSX, my mklink command would look like this: mklink /j "C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X" G:\FSX The mklink command creates a junction in Windows. It essentially forwards an existing directory to look for a folder somewhere else on your PC. Brandon Filer
November 16, 201411 yr If you wanted to keep the drive letter the same, you could also do it this way: (I probably should have read your post a little more before typing this out so I would realize it's not the solution you need ) Simply copy and paste (or cut and paste, doesn't really matter) the FSX folder to the new location. Next, open an elevated command prompt (Start > type "cmd", right click the command prompt item that shows up in the search, click "Run as Administrator") and enter the following command: mklink /j <path to original FSX folder> <path to where FSX is now> Be sure that the FSX folder has been moved out of its original location before running the command. As well, if there are any spaces in either of the file paths, be sure to put quotes ("example") around each path. For example, if I was moving my FSX from C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X to G:\FSX, my mklink command would look like this: mklink /j "C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X" G:\FSX The mklink command creates a junction in Windows. It essentially forwards an existing directory to look for a folder somewhere else on your PC. Since FSX is not installed on C(x86) I take it all this is not neccessary?
November 16, 201411 yr If you wanted to keep the drive letter the same, you could also do it this way: (I probably should have read your post a little more before typing this out so I would realize it's not the solution you need ) Simply copy and paste (or cut and paste, doesn't really matter) the FSX folder to the new location. Next, open an elevated command prompt (Start > type "cmd", right click the command prompt item that shows up in the search, click "Run as Administrator") and enter the following command: mklink /j <path to original FSX folder> <path to where FSX is now> Be sure that the FSX folder has been moved out of its original location before running the command. As well, if there are any spaces in either of the file paths, be sure to put quotes ("example") around each path. For example, if I was moving my FSX from C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X to G:\FSX, my mklink command would look like this: mklink /j "C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X" G:\FSX The mklink command creates a junction in Windows. It essentially forwards an existing directory to look for a folder somewhere else on your PC. Excellent hint! Flying gliders since 1980 Flightsimming since 1992 AMD Ryzen 5600x, 32GB RAM, GPU Nvidia RTX 3060 Ti 8 GB, 1 TB and 500 GB nvme2 SSD drives, HP 27" 60Hz LED monitor @ 1920x1080, T16000, Hotas from old X52 Pro, Saitek Combat Rudder Pro (2010 model)
November 16, 201411 yr Commercial Member Since FSX is not installed on C(x86) I take it all this is not neccessary? That's not quite what I said, though if you're moving FSX at all, the drive letter needs to either be the same, or Windows needs to think it's the same (regardless of what the letter is). Since you say you're moving it from one empty drive to another and changing the drive letter, my method is not necessary. If you wanted to move it from a drive where you can't afford to have the drive letter change (for example, if you had a program installed on a drive lettered "K"), you'd want to use the method I explained. Brandon Filer
November 17, 201411 yr Got it thanks. I simply did the cut n paste method and reassigned the drive letter, working fine.
Create an account or sign in to comment