2018/06/04 14:16:24
Mesh
Sorry for the multiple posts on this, but I still have some unanswered questions.
 
I'm still planning on using an NVMe PCIe SSD drive, but not as the boot drive. The (new) plan is to use:
 
1) SATA SSD as the boot drive
2) NVMe drive for software programs (migrating them from my current SATA SSD)
3) Two HDD's (one for Sonar projects and other for samples)
 
Is there any benefit in using a software like PrimoCache with my current setup?
Any downsides to using PrimoCache?
(PC specs are still the same in my sig)
 
   
2018/06/04 16:24:47
abacab
I've never used anything like that.  You shouldn't have any issues with the native speed you will get with SSD. 
 
If your HDD are fast spinners on SATA 3, 600MB/s ports, that should be more than sufficient for audio tracking or loading samples.
 
In any case, I would test performance with your new drives as is first, before installing any additional layers of tech.
2018/06/04 17:45:11
Jim Roseberry
Just some FWIW comments:
 
I've never seen a caching app that actually benefits DAW performance.
Most cause performance issues...
 
Why put programs on a dedicated drive?
In the past, I've seen this cause problem with some applications (component files aren't where they're expected).
Unless you're talking something like the Adobe Cache (using After Effects), there's no performance benefit to putting applications on a dedicated drive.  
 
NVMe is (IMO) overkill for running applications.
Standard SATA SSD is plenty fast for that purpose.
 
I'd save NVMe for disk-streaming sample libraries (or those sample libraries that load slow).
ie: HALion 6 is a great virtual instrument... but the samples tend to load slow. 
Put the library on NVMe SSD... and load times are greatly reduced. 
Disk-streaming polyphony is increased by a factor of ~6x  
 
 
2018/06/04 17:48:04
Jim Roseberry
If your "Samples" HD is fast, it'll sustain about 190MB/Sec.
NVMe SSD will sustain ~3200MB/Sec.
Using NVMe for your "Samples" drive; you'd achieve the better part of 17x the disk-streaming polyphony... and samples would load much faster.
 
2018/06/04 18:35:38
Mesh
Thanks guys, I knew you'd talk some sense into me. I think I got a little too caught up in reading/researching this NVMe drive and wanted to get the best out of it.....this is a perfect example of how knowing a little info can be dangerous.
 
Jim, I was actually looking at another drive for programs as my current SSD is getting filled up (got a bit worried when I saw the C: Drive in red....11 GB remaining) and wasn't quite sure what's the best way to go about this.
 
So, how would I go about using my current boot drive (250GB SSD that's getting filled up) with a new 1TB SATA SSD work out? I like to do the disk streaming from the larger drive, but what about my boot drive that's getting filled up?    
2018/06/04 18:41:25
gswitz
I was helped by learning about windows junctions
2018/06/05 09:47:20
Jim Roseberry
Mesh
Jim, I was actually looking at another drive for programs as my current SSD is getting filled up (got a bit worried when I saw the C: Drive in red....11 GB remaining) and wasn't quite sure what's the best way to go about this.
 
So, how would I go about using my current boot drive (250GB SSD that's getting filled up) with a new 1TB SATA SSD work out? I like to do the disk streaming from the larger drive, but what about my boot drive that's getting filled up?  



If you keep the boot drive clean/lean, 250GB is actually a fair bit of space.
  • If you've got any Sample Libraries on the boot drive, get those moved to a dedicated "Samples" drive.
  • Run "Disk Cleanup".  If you've applied some recent Win10 updates, they leave large remnants behind.
If you still absolutely need more drive space on the boot drive, bump up to a 500GB SSD.
Create a fully up-to-date backup image file (of the current boot drive)... and load that onto the new 500GB SSD.
If you need more than 500GB SSD for boot drive, you have a massive amount of applications/plugins installed. 
 
NVMe SSDs are amazing (and expensive).
Use them strategically... 
2018/06/05 11:00:17
mettelus
Mesh
Jim, I was actually looking at another drive for programs as my current SSD is getting filled up (got a bit worried when I saw the C: Drive in red....11 GB remaining) and wasn't quite sure what's the best way to go about this.
 



Download TreeSize Free and run it as administrator so you can see the whole drive (there is a portable version available too). Expanding the tree, you will easily find apps, data files, and pure garbage eating your drive. Be aware that your Celemony Separations folder can also get MASSIVE in short order.
 
For things "not garbage" (delete the garbage unless you collect it for a reason), you can move those to another drive (removing the original folder), then create junctions to map them back. Most "biggies" are in your Program Files, Documents, or ProgramData folders, and most have audio or video data files in them.
 
For me, my D drive is an SSD, and all junctions are made to the top level directory so I can easily find them. I got anal when building this new machine, so my C drive is roughly 100GB... so examples (that might apply to you) of junctions (these are the text entries in the batch files ... I use only command per batch and edit/resave them to a new name when I junction something else) are:
 
mklink /j "C:\Cakewalk Content" "D:\Cakewalk Content"
mklink /j "C:\Program Files\Cakewalk\Rapture\Multisamples" "D:\Cakewalk Content\Rapture\Multisamples"
mklink /j "C:\Program Files\Cakewalk\Dimension Pro\Multisamples" "D:\Cakewalk Content\Dimension Pro\Multisamples"
mklink /j "C:\Users\md_ma\Documents\Celemony" "D:\Celemony"
mklink /j "C:\Users\md_ma\Documents\iZotope" "D:\iZotope"
mklink /j "C:\ProgramData\XLN Audio" "D:\XLN Audio"
 
There are more, but you get the idea.
 
Caveat... if you use a batch file to xcopy data files regularly (advised), you will want to exlude those junctions so you do not copy them as well.
 
My xcopy batch file looks like (run daily and takes less than 10 seconds):
 
xcopy "C:\Users\md_ma" "d:\Backup\michael" /d /c /s /e /exclude:C:\list.txt
pause

xcopy "C:\ProgramData" "d:\Backup\ProgramData" /d /c /s /e /exclude:C:\list2.txt
pause
 
...and the "list.txt" file looks like this [edited to reflect the above junctions]:
C:\Users\md_ma\Documents\Celemony\
C:\Users\md_ma\Documents\FXpansion\
C:\Users\md_ma\Documents\iZotope\


"list2.txt" has this [also edited to reflect the above]:
C:\ProgramData\XLN Audio
 
another caveat is you need to save those list files elsewhere, then copy them to the main C directory, if you do what I did (they cannot be edited there, but in all honestly they can reside anywhere as long as they are properly mapped in the xcopy batch file).
 
Anyway, you get the idea... a lot of the things that reside on the C: drive (by default and you cannot change) can be dealt with in this fashion. The other upside is my C drive disk image can be created/restored in roughly 5 minutes.
 
HTH
 
 
 
2018/06/05 14:40:15
Mesh
Very good suggestions guys, I appreciate it and will follow through with the advice.
Thanks Michael for all the details....very helpful indeed.
 
Cheers!!
Mesh
2018/06/05 18:27:39
abacab
My basic storage scheme is:
 
1. A SATA SSD 250GB as my main system drive C: with Windows, programs, program data, users, plugins, and current projects located there. I try to keep around 100GB free space here, as that helps keep my system image file size down to a manageable level. This allows for fast, < 30 minute, daily images to an external USB3 drive.
 
2. My D: drive is a fast SATA 1TB spinner.  I put all my application and plugin content, loops, and samples over there, using installer prefs, or directory junctions as needed.  Eventually plan on moving this drive to SSD, as samples tend to load a bit slowly from HDD.  I image this drive once a week just to be safe, but the content is fairly static and doesn't change frequently.
 
A little application I use to check folder sizes on a drive is WinDirStat. 
https://windirstat.net/
It is like Windows Explorer but sorts by file/subtree size, so you can quickly see if a folder is getting out of hand.  This can help prioritize by space consumed, what to move to a secondary or archive drive.  You may discover that you have a lot on your system that can easily be stored offline, if you rarely touch it.
12
© 2024 APG vNext Commercial Version 5.1

Use My Existing Forum Account

Use My Social Media Account