Saturday, February 28, 2015

windows 7 - Fresh SSD whilst keeping HDD for storage


I am planning on updating from an HDD only system to a SSD (OS + Applications) + HDD (Larger storage of files and some Applications).


I currently have an HDD with Windows 7 on it, but am going to install a fresh installation of Windows 10 on the SSD.


Is it possible to utilise the SSD for the OS whilst still accessing the files on the HDD (even though it still contains Windows 7 OS and file structure therein)? (In other words can I turn an HDD into a storage drive, removing windows 7 without formatting the drive and then recopying the files I would like to keep)?


Thanks in advance


Answer



Yes, it possible to use the SSD for the OS whilst still accessing the files on the HDD and one thing you can do after setting up the system like this is accessing the HDD and manually erasing Windows, Program Files, Doc&Sett and all the other junk locations windows creates. Then, you're left with your actual useful data. Make sure to move the documents and desktop initial items if you want to do such a clean-up.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...