Can i split my secondary hard drive into 2 and install linux on it.

DJMasterToons

Reputable
Nov 10, 2014
67
0
4,630
Hey guys,

I have a 120gb SSD (Main drive with os on it)
1TB HDD secondary (Got random trash on it that uses space)

Is there anyway to split the second hard drive into 2 different drives and then install linux on one of the 2 drives and dual boot.

Thanks for any help,

James
 
Solution
The correct term for "splitting up" a hard drive is called partitioning. That may help you if you try to google for guides on what to do.

dgingeri's suggestion to use a VM is a pretty good one because it saves you from many of the hassles involved in using Linux... like finding certain drivers.

However, to answer your question "as-is", you would need to: (1) shrink the partition on your HDD, (2) create new Linux partitions in the blank space, and (3) install Linux in the new partitions. Nearly all Linux distributions come with partitioning software that can do this for you as you're installing them. Some tips for that, (1) make sure that if given a choice, you "manually" partition so that Linux doesn't try to install on your SSD...

dgingeri

Distinguished
Usually, that would work. If your main OS is Windows 8 or 10, you will likely have to repair Windows after the install, depending on what version of Linux you install.

However, most of the time, it is better/easier to just run Linux as a VM through something like VirtualBox. That's what I use. I highly recommend it.
 

sshades

Commendable
May 24, 2016
18
0
1,520
The correct term for "splitting up" a hard drive is called partitioning. That may help you if you try to google for guides on what to do.

dgingeri's suggestion to use a VM is a pretty good one because it saves you from many of the hassles involved in using Linux... like finding certain drivers.

However, to answer your question "as-is", you would need to: (1) shrink the partition on your HDD, (2) create new Linux partitions in the blank space, and (3) install Linux in the new partitions. Nearly all Linux distributions come with partitioning software that can do this for you as you're installing them. Some tips for that, (1) make sure that if given a choice, you "manually" partition so that Linux doesn't try to install on your SSD instead, and (2) when asked, your should install the bootloader either to the SSD *drive* for a BIOS install or to the UEFI *partition* on the SSD drive for a UEFI install. You can usually tell whether Windows was installed as BIOS or UEFI during your Linux install because Linux should detect whether a UEFI partition exists or not. Make sure you find a guide for your distribution if this is all unfamiliar to you, but what you're doing is pretty common so it's not difficult to find help.

In my experience, you don't actually have to repair Windows unless the partition you are changing is the Windows system partition (the one on your SSD). So that probably won't be an issue for you.
 
Solution