The avoidance of a clean install is not to destroy my sons game data etc and not to void my 3 year warranty. I have just barely used this computer a year so hate to screw things up by doing the clean install. I had the computer built thru Digital Storm (the Digital Storm Hailstorm Edition) and the computer is a very big heavy beast to send back to them for upgrading the boot drive.
I just dumbly thought I could choose the path to install software so I choose a 120 GB SSD for boot up with a 1TB SATA drive for the storage part.
Now I spend amounts of time keeping everything trimmed down cuz the 120 GB is not big enough for the main drive.
Cathy
Sorry to say so, but you are wrong. 120GB is more then sufficient for a system drive. But the decision to upgrade to a larger SSD is not wrong either.
There are a few thing that you should be aware off. Depending on the OS, the installed RAM and the way you use your computer, there could be a need for a lot of space on the system disk. If you have 32GB RAM and you use hibernate then you can already expect that the size of paging file and the hibernate file can use half of your available space.
The rest of the hard disk will be used by the operating system, unfortunately Windows over the last few years has become very space hungry. This can take up another 25% of your storage.
The remainder is used by you through the applications you have installed. This is not the executable portion but more space used when you use the applications.
This is where your real problem can be found. I will only address Lightroom.
LR uses space for caching, after installation it will be on the C drive. In Lightroom you can change this in the preferences (Edit/Preferences/File Handling for the Camera Raw Cache and the Video Cache. On my system I have 20GB for Camera Raw on my C drive which has a size 100GB currently 81GB used, no real problem here.
But you also have your Lightroom catatalog and preview directory. This is most likely where your problem can be found. The preview directory is always created in the same directory as your catalog. If your catalog is stored under "My Pictures" and is named "my catalog" then there will be a directory named "my catalog.lrdata". This directory can be very large depending on how you have setup the catalog settings (Edit/Catalog Settings.../File Handling). On my installation the catalog is on the D drive and has a size of 460MB with a preview directory size of 80GB.
Now I have to warn you about something that Adobe does not really explain fully and that is the catalog restore. Catalog backup only creates a copy of the current catalog file in another directory, it does not backup the previews and it does not backup your photos. Previews do not need a backup but you must ensure that you have backup in case you loose your hard disk. The real problem is with catalog restore because most of the time I see comments that you can select a backup catalog in the windows explorer with a double click and Lightroom will open this file as the catalog. Please never ever do so. The reason is very simple, it is a backup catalog in a backup directory, when you open a backup catalog then lightroom will create a new preview directory in the backup directory. This is wrong for two reasons, a) you do not want to work in a catalog backup directory and b) you have orphaned your original catalog with previews wasting lots of space.
If you ever need to restore a catalog use the following procedure:
- rename the original catalog file to <originalename>_old.lrcat
- rename the preview directory to <originalname>_old Previews.lrdata
- copy the backup catalog from the backup directory to your catalog directory
Then start Lightroom check that you have the right backup restored, previews will be recreated as needed. Once you are satisfied that all is Ok delete the old catalog and old preview directory.
Going back to your orginal question, with the right software you can clone your old SSD to a new SSD. Depending on the software you may be able to enlarge the partition size during the clone operation. When you are able to clone the disk signature then it will not affect the OS activation. I have used Acronis True Image Home for this in the past.
Please note that I wrote this reply not just for you as there may be other persons in the same situation.
The following is not addressed to you, it can be dangerous in the wrong hands.
If you ever have the situation that disk space runs out on a drive with sufficient disk space on another drive then you may be able to relocate some directories to another drive with the junction command. This command is availbe from
www.sysinternals.com (now Microsoft). Let us assume you have directory named "Photo" on your C drive with a subdirectory named "catalog" and a catalog file named "lightroom.lrcat". Then there will be a preview directory "lightroom Previews.lrdata". To relocate the preview directory to another disk (D) you can do the following:
- create a new directory "d:\Photo\Catalog\lightroom Previews.lrdata"
- optionally copy previews using robocopy or xcopy
- execute from a command window as administrator: the command 'junction "C:\Photo\Catalog\lightroom Previews.lrcat" "D:\Photo\Catalog\lightroom Previews.lrcat"
The result will be that Lightroom thinks it is using the preview directory on C but really uses the directory on D.
Warning: using junction on directories shown in the Windows Explorer under "libraries" is not a good idea because those are junctions already. Also do not relocate any directory used by the OS.