Helpful ReplyFile locations

Author
yellowcake64
Max Output Level: -87 dBFS
  • Total Posts : 186
  • Joined: 2008/12/07 11:10:23
  • Location: Kent UK
  • Status: offline
2017/09/09 22:29:23 (permalink)

File locations

Hi all, 
 
I guess some of you may have run into this problem. I have a Windows 10 machine with a relatively small (250GB) SSD drive as my main C:\ drive. This means of course that program files are stored here as well as the Windows OS. One of the biggest consumers of space on this drive is the Sonar stuff. During the installation, I just went with the default locations so practically everything is on this drive. 
 
I think I'm right in assuming that the Sonar operating files need to be on the root drive under Program Files, but I notice there's a 10GB file in C:\ called Cakewalk content. Can I safely move this stuff to another much bigger drive I have on my system?
 
I know I'll have to change the drive references within preferences in Sonar, but I guess what I'm asking in a nutshell is (a) what files need to remain on the root drive and (b) what files can be safely moved? 
 
Thanks 
 
Dave 
 

Yellowcake
Sonar Platinum; Core i7 4790K Quad core 16GB DDR 3 RAM; Windows 10 (64-bit); Tascam US-4x4 interface; Roland Juno D synth; KRK Rokit 6 monitors; V-Amp2; V-Amp Bass.
#1
gustabo
Max Output Level: -49.5 dBFS
  • Total Posts : 2591
  • Joined: 2009/01/05 17:32:38
  • Status: offline
Re: File locations 2017/09/10 00:04:40 (permalink)
I just checked my folder, total size is 1.82gb.
Seriously, you need a bigger os drive.
 


Cakewalk by Bandlab - Win10 Pro x64 - StudioCat Platinum Studio DAW - 32 GB Ram - MOTU UltraLite-mk3
M-Audio Keystation 88ES - Akai MPD26 (hot-rodded) - Alesis DM10 - a few guitars, a few amps
Novation Launch Control - Korg nanoKONTROL2 - PreSonus FaderPort - DAW Remote HD on iPad
Adam A7X - Behritone C50A
PreSonus Monitor Station v2 (controlling the mons)
https://www.facebook.com/groups/sonarusergroup/

#2
Kev999
Max Output Level: -36 dBFS
  • Total Posts : 3922
  • Joined: 2007/05/01 14:22:54
  • Location: Victoria, Australia
  • Status: offline
Re: File locations 2017/09/10 00:15:39 (permalink)
Look under File Locations in Preferences. Everything listed there can be moved easily and safely. Some other moves, e.g. DimPro multisamples, would be a bit more complex and require a registry hack.

Sonar itself doesn't take up much drive space.

SonarPlatinum(22.11.0.111)|Mixbus32C(4.3.19)|DigitalPerformer(9.5.1)|Reaper(5.77)
FractalDesign:DefineR5|i7-6850k@4.1GHz|16GB@2666MHz-DDR4|MSI:GamingProCarbonX99a|Matrox:M9148(x2)|UAD2solo(6.5.2)|W7Ult-x64-SP1
Audient:iD22+ASP800|KRK:VXT6|+various-outboard-gear|+guitars&basses, etc.
Having fun at work lately
#3
promidi
Max Output Level: -66 dBFS
  • Total Posts : 1220
  • Joined: 2014/11/21 18:46:39
  • Location: South Australia
  • Status: offline
Re: File locations 2017/09/10 03:39:30 (permalink)
Kev999
 Some other moves, e.g. DimPro multisamples, would be a bit more complex and require a registry hack.


Or a junction link

Windows 10 64bit fully patched, 16 gig ram . 
PCR-800 Controller.  (Working in Win 10 1809 64bit)
CPU: i5 4670. 
Video: Nvidia GTX560ti (latest drivers).
Audio IF: Focusrite 2i2 2nd Gen

Internet always on.

Software
: Cakewalk by Bandlab (2018.09 B29)
ASIO mode. 24bit 48khz 256 samples 
Rapture Pro, AAS GS2, VS-3, EP-4, VA-2, Chromophone 2, Z3TA+ 2, Addictive drums 2, Addictive Keys, Mpowersynth (latest), Iris 2, GPO5, Sampletank 3,
#4
yellowcake64
Max Output Level: -87 dBFS
  • Total Posts : 186
  • Joined: 2008/12/07 11:10:23
  • Location: Kent UK
  • Status: offline
Re: File locations 2017/09/10 10:54:45 (permalink)
Yeah that's basically what I was asking chaps - anything that can be moved safely without wreaking havoc on the registry. Thanks for the advice Kev.

Dave

Yellowcake
Sonar Platinum; Core i7 4790K Quad core 16GB DDR 3 RAM; Windows 10 (64-bit); Tascam US-4x4 interface; Roland Juno D synth; KRK Rokit 6 monitors; V-Amp2; V-Amp Bass.
#5
bitflipper
01100010 01101001 01110100 01100110 01101100 01101
  • Total Posts : 26036
  • Joined: 2006/09/17 11:23:23
  • Location: Everett, WA USA
  • Status: offline
Re: File locations 2017/09/10 13:58:25 (permalink) ☄ Helpfulby yellowcake64 2017/09/11 22:47:18
The easiest solution is a symbolic link.
 
A symbolic link is a lot like a standard Windows shortcut, except that Windows does the redirection silently and universally. You move the files and folders elsewhere but leave this symbolic link in their place. Then, whenever a program references those files Windows quietly sends them off to the real location. The programs never know the files aren't really there.
 
So, for example, if Dim Pro thinks its samples are in c:\program files\cakewalk\dimension pro, it will have no problem finding them even if they're not really physically there anymore, because Windows will fool Dim Pro into thinking that's where they still are. Sounds complicated, but it's not.
 
There is a command called mklink for making symbolic links. It's a DOS command, so you run it in a command prompt window (cmd.exe). You'll want to run the command prompt as Administrator.
 
Here's an article that explains symbolic links and how to create them.


All else is in doubt, so this is the truth I cling to. 

My Stuff
#6
bitflipper
01100010 01101001 01110100 01100110 01101100 01101
  • Total Posts : 26036
  • Joined: 2006/09/17 11:23:23
  • Location: Everett, WA USA
  • Status: offline
Re: File locations 2017/09/10 14:06:20 (permalink) ☄ Helpfulby yellowcake64 2017/09/11 22:47:09
You might think that this makes your file system more complicated, scattering data all over the place, forcing you to remember where you put stuff. But it doesn't, because Windows makes the illusion complete.
 
If, for example, you do a backup of the C: drive, all those files you moved over to D: will get backed up too. Even your backup software is fooled. I use DOS commands and batch files for most of my backups, and even xcopy is fooled into thinking those files are still in their original location. Same thing happens when you update a plugin or add a library to a VI. The Cakewalk Command Center gets fooled, too, and happily installs everything in the proper location.
 


All else is in doubt, so this is the truth I cling to. 

My Stuff
#7
Jump to:
© 2024 APG vNext Commercial Version 5.1