Jump to content

How to set up a 2 drive system on Windows 10?

Bob Jim

Hi,

 

I've got a 128gb SSD and a 1TB HDD. I would like to know how i set it up so files etc go in my HDD while windows and just a few programs/steam games go in my ssd. What do I do to achieve this?

 

Thanks

Link to comment
Share on other sites

Link to post
Share on other sites

literally just plug em both in. install windows on the SSD when you install (it'll ask which drive), and then just put all your media into the HDD. you can set up windows to make the default "libraries" folders there too, if you want

Main Rig: R9 5950X @ PBO, RTX 3090, 64 GB DDR4 3666, InWin 101, Full Hardline Watercooling

Server: R7 1700X @ 4.0 GHz, GTX 1080 Ti, 32GB DDR4 3000, Cooler Master NR200P, Full Soft Watercooling

LAN Rig: R5 3600X @ PBO, RTX 2070, 32 GB DDR4 3200, Dan Case A4-SFV V4, 120mm AIO for the CPU

HTPC: i7-7700K @ 4.6 GHz, GTX 1050 Ti, 16 GB DDR4 3200, AliExpress K39, IS-47K Cooler

Router: R3 2200G @ stock, 4GB DDR4 2400, what are cases, stock cooler
 

I don't have a problem...

Link to comment
Share on other sites

Link to post
Share on other sites

one way of doing it is using mklink junctions

 

Here's a .bat code I use to link Documents, Music, Videos, and Pictures to the secondary storage:

 

@echo off
color 0a
:start
echo This program creates junctions for the Documents, Music, Pictures, Videos, and Downloads Folder in User Folder.
echo :)
echo Type the drive letter of the storage drive.
SET /P Drive=
md "%Drive%:\%UserName%"
md "%Drive%:\%UserName%\Documents"
md "%Drive%:\%UserName%\Music"
md "%Drive%:\%UserName%\Pictures"
md "%Drive%:\%UserName%\Videos"
 
copy "%UserProfile%\Documents\*.* %Drive%:\%UserName%\Documents"
copy "%UserProfile%\Music\*.* %Drive%:\%UserName%\Music"
copy "%UserProfile%\Pictures\*.* %Drive%:\%UserName%\Pictures"
copy "%UserProfile%\Videos\*.* %Drive%:\%UserName%\Videos"
 
rmdir /s /q "%UserProfile%\Documents"
rmdir /s /q "%UserProfile%\Music"
rmdir /s /q "%UserProfile%\Pictures"
rmdir /s /q "%UserProfile%\Videos"
 
mklink /j "%UserProfile%\Documents" "%Drive%:\%UserName%\Documents"
mklink /j "%UserProfile%\Music" "%Drive%:\%UserName%\Music"
mklink /j "%UserProfile%\Pictures" "%Drive%:\%UserName%\Pictures"
mklink /j "%UserProfile%\Videos" "%Drive%:\%UserName%\Videos"

ECHO ALL DONE!
 
pause

Just type the drive letter in

Current Build

Successful Builds

Spoiler
Spoiler

 

Link to comment
Share on other sites

Link to post
Share on other sites

Install Windows on the SSD like normal. Then you format your HDD (if it needs it) and set up your folders and needed and put your stuff in there.

 

If you use Libraries extensively to navigate your personal data, you can have the Libraries point to the HDD. You can also do this in your Users folder, but it has a very bad bug if you do it wrong. So I normally suggest avoid that.

Link to comment
Share on other sites

Link to post
Share on other sites

Install windows on the SSD first, then plug your HDD in after.

NEW PC build: Blank Heaven   minimalist white and black PC     Old S340 build log "White Heaven"        The "LIGHTCANON" flashlight build log        Project AntiRoll (prototype)        Custom speaker project

Spoiler

Ryzen 3950X | AMD Vega Frontier Edition | ASUS X570 Pro WS | Corsair Vengeance LPX 64GB | NZXT H500 | Seasonic Prime Fanless TX-700 | Custom loop | Coolermaster SK630 White | Logitech MX Master 2S | Samsung 980 Pro 1TB + 970 Pro 512GB | Samsung 58" 4k TV | Scarlett 2i4 | 2x AT2020

 

Link to comment
Share on other sites

Link to post
Share on other sites

 

Current LTT F@H Rank: 90    Score: 2,503,680,659    Stats

Yes, I have 9 monitors.

My main PC (Hybrid Windows 10/Arch Linux):

OS: Arch Linux w/ XFCE DE (VFIO-Patched Kernel) as host OS, windows 10 as guest

CPU: Ryzen 9 3900X w/PBO on (6c 12t for host, 6c 12t for guest)

Cooler: Noctua NH-D15

Mobo: Asus X470-F Gaming

RAM: 32GB G-Skill Ripjaws V @ 3200MHz (12GB for host, 20GB for guest)

GPU: Guest: EVGA RTX 3070 FTW3 ULTRA Host: 2x Radeon HD 8470

PSU: EVGA G2 650W

SSDs: Guest: Samsung 850 evo 120 GB, Samsung 860 evo 1TB Host: Samsung 970 evo 500GB NVME

HDD: Guest: WD Caviar Blue 1 TB

Case: Fractal Design Define R5 Black w/ Tempered Glass Side Panel Upgrade

Other: White LED strip to illuminate the interior. Extra fractal intake fan for positive pressure.

 

unRAID server (Plex, Windows 10 VM, NAS, Duplicati, game servers):

OS: unRAID 6.11.2

CPU: Ryzen R7 2700x @ Stock

Cooler: Noctua NH-U9S

Mobo: Asus Prime X470-Pro

RAM: 16GB G-Skill Ripjaws V + 16GB Hyperx Fury Black @ stock

GPU: EVGA GTX 1080 FTW2

PSU: EVGA G3 850W

SSD: Samsung 970 evo NVME 250GB, Samsung 860 evo SATA 1TB 

HDDs: 4x HGST Dekstar NAS 4TB @ 7200RPM (3 data, 1 parity)

Case: Sillverstone GD08B

Other: Added 3x Noctua NF-F12 intake, 2x Noctua NF-A8 exhaust, Inatek 5 port USB 3.0 expansion card with usb 3.0 front panel header

Details: 12GB ram, GTX 1080, USB card passed through to windows 10 VM. VM's OS drive is the SATA SSD. Rest of resources are for Plex, Duplicati, Spaghettidetective, Nextcloud, and game servers.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×