I’m in the middle of a Windows system upgrade, but I’ve hit a wall deciding how to configure my storage. The basic problem is to do with the SSD: are the steps I’m taking to extend its life even necessary?
I could really use some advice from some hardware experts that understand how SSDs work in the real world.
What I know is that SSDs are write-limited. So the idea is to shift write-intensive activities off the SSD and onto normal hard drives.
Obviously, putting a swap file on an SSD is a terrible idea, but what about all those other files that Windows is constantly creating and revising: the Registry, the TEMP directory, Application Data, etc?
On my current, Windows 7 system, I use a hard link to redirect my Users directory off the SSD (C:) and onto a 7200rpm hard drive (D:). I then also keep all my documents on D: So my system looks like this:
- 120GB SSD – C: Windows 7 system files and applications (no swap file)
- 750GB 7200rpm HDD – D: Users directory and other documents and temp files
- also on the 750GB HDD – E: Software archive
- 4TB HDD – F: Archive of Music, video recordings, DVD backups, etc (mostly large files)
- 3TB 7200rpm HDD – G: Games, and overflow from the video archive
The new system will have a 1TB SSD for Windows, applications and games, including Steam.
Ultimately, I need to decide whether to leave the Users directory on the SSD as well, or move it to a regular hard drive (probably a partition on what is currently G:, since that 750GB drive is over 11 years old).
Of course, the second issue is, how do I do that? Using a hard link won’t work in Windows 10. I gather you have to modify the OS install script to put \Users and \Program Data on a different drive. I could really use a pointer to some instructions how to do that!
Thanks in advance for any expert opinion on both of these questions!