03-26-2016 08:11 PM
NOTE: This guide is NOT NEEDED anymore as the setup installer supports multiple drives natively.
WARNING: Some users are experiencing issues with the steps below. You may wish to hold off performing these steps for the time being while we investigate. Thanks.
The team's releasing an update that enables installation of Oculus software and apps to drives other than your system drive (typically, C:\Program Files (x86)\Oculus) in one of the first Rift updates (likely the next 2-3 weeks). In the meantime, there is an unofficial workaround you can use to move your existing Oculus software and all installed games to a different drive.
Note that this is unsupported (!) and doesn't have a migration path back to a good state once we release the update in the next few weeks. Also, note that the full OculusSetup.exe functionality (uninstall, repair) won't work if you're using this workaround.
Your destination drive will need the following to be true:
- NTFS file system
- Not a network drive
- Not a removable drive (like a portable external HD)
- Its drive letter (such as E:\) won't change for any other reason
- 1.2GB free space (in addition to the size of your installed games)
Process:
- Install Oculus using OculusSetup.exe ( www.oculus.com/setup - available Monday morning PST)
- Launch a command prompt with admin privileges:
- Win 7: Start -> All Programs -> Accessories -> right-click Command Prompt, choose Run as administrator
- Win 8 or Win 10: Right-click Start or hit Win+X, choose Command Prompt (Admin)
- Shutdown the Oculus VR Runtime Service:
- Run in the command prompt: net stop OVRService
- Move your Oculus folder to another drive while maintaining permissions (as an example, E:\Oculus). You must move the folder using xcopy, or you will break Oculus and risk opening security holes in your system.
- Run in the command prompt: xcopy “C:\Program Files (x86)\Oculus” E:\Oculus\ /O /X /E /H /K
- Delete the “C:\Program Files (x86)\Oculus” directory
- Symlink your new directory with the old directory location:
- Run in the command prompt: mklink /d "C:\Program Files (x86)\Oculus" E:\Oculus
- Restart the Oculus VR Runtime Service:
- Run in the command prompt: net start OVRService
03-28-2016 09:44 AM
03-28-2016 10:00 AM
03-28-2016 10:05 AM
03-28-2016 10:07 AM
xcopy "D:\Oculus" "C:\Program Files (x86)\Oculus\" /O /X /E /H /K
03-28-2016 10:08 AM
03-28-2016 10:18 AM
03-28-2016 10:25 AM
03-28-2016 10:56 AM
03-28-2016 11:09 AM
03-28-2016 11:09 AM