How to migrate your old Oculus Rift’s application data to a new drive - Eric Cheng

How to migrate your old Oculus Rift’s application data to a new drive

Articles

Although Oculus Rift’s newest updates allow the installation of game and content data on a drive of your choice, your existing data can’t easily be moved. I found this article that describes how to do it, but I found that my folder locations were different, and I had to change the order of its instructions in order to succeed. If you’re willing to open an elevated command prompt in Windows 10 (a command prompt that has administrator privileges), you can do this pretty easily using the following steps:

  • Open Task Manager (Ctrl + Alt + Delete) to open Task Manager; find and stop “OVRService”
  • In Explorer, navigate to “C:\Program Files\Oculus”
  • Rename the “Software” and “Downloads” folders. I renamed to “Software2” and “Downloads2”. This will require you to authenticate to complete.
  • Copy “Software2” and “Downloads2” to a new folder on your destination drive (I used “D:\Oculus Rift Data”). The destination drive must be formatted NTFS and can’t be a networked volume. These folders could be huge, so this might take awhile.
  • In the new location, rename the folders back to “Software” and “Downloads”.
  • Open an elevated command prompt and type the following commands:
mklink /J "C:\Program Files\Oculus\Software" "D:\Oculus Rift Data\Software"
mklink /J "C:\Program Files\Oculus\Downloads" "D:\Oculus Rift Data\Downloads"
  • If you look at the original Oculus folder, you’ll now see new “Download” and “Software” folders with alias icons on them.
  • Restart the “OVRService” service and test Oculus. If it works, you can delete the old “Software2” and “Downloads2” folders.

This worked for me. Good luck!