I have two internal hard drives in my pc, one has windows 11 and one is for extra storage.
I hooked up an external USB drive to install Linux onto. During the install it says
Device for boot loader installation
And then it gives me a number of options
/dev/nvme0n1 (this I think is what my windows 10 is at)
/dev/nvme0n1p1
/dev/nvme0n1p3
/dev/nvme0n1p4
/dev/sda ATA WDC WD10EZEX-00W (1.0 TB) Ii think this is the other internal drive
/dev/sda2
/dev/sdb WD easystore 2647 (1.0 TB)
/dev/sdb1
I think the easystore is my external drive. The problem is they are both 1T in size and both western digital.
How do I know which is which?
Just above where it says “device for boot loader installation” it shows
If I try to click on /dev/sdb I can’t click on install now.
On the basis that I should be trying to install in /dev/sdb what am I doing wrong to actually start the install process?
Yeah I’m new to Linux. I need help to do it right and not nuke my windows install
You should be able to drop into a terminal at some point in the installer and run a command to check the size of the drives. Assuming they aren’t the same size, the one that matches the size of your external disk is the one to partition.
To find out the name of your (attached) USB drive, run
sudo fdisk -l
.
Ok. Got through the part of figuring out which drive is which.
Now I get this problem
It is saying no root file system when I try to install.
If I click the + symbol on the left side it gives me the ability to create a partition but I see nothing that says root
Yeah I’m missing something obvious. Where do I go from here?
The filesystem that it wants defined is the format for how data is written. Filesystem nerds can correct my bad description. You’re probably looking ext4
as per this install guide.
https://linuxmint-installation-guide.readthedocs.io/en/latest/install.html
Edit: Your root
is the base of the disk. In this case, represented as /
. This is similar to Windows C:\
.
I hit the install button.
And it the icon turned into a circling icon type thing. (Yeah I know bad description) and it has been doing that and not installing ever since. 40+ minutes so far.
I’m going to leave it for a while longer.