SSD and HDD

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
JonMal
Level 1
Level 1
Posts: 20
Joined: Fri Mar 12, 2021 5:39 am

SSD and HDD

Post by JonMal »

I am trying to install LM on a 32G SSD and set my 500G HDD as my data area. I have tried following a number of posts but keep failing. I am a complete beginner so sorry for dumb questions. I found this post which seemed the easiest to understand - viewtopic.php?t=259804

Following solution posted by prestonR. Is there any documentation explaining the "something other" dialog?

My questions - exactly how do I :-

>>set/create your '/' root partition by clicking on your SSD. Not sure what I should see.

>>point grub install to the root of your SSD, like 'sda' or, if you have an 'uefi' bios, to the 'efi' boot partition, e.g sda1
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
spamegg
Level 14
Level 14
Posts: 5042
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: SSD and HDD

Post by spamegg »

Click "Something Else" and "Continue"
01.png
Right-click on the device, click "New Partition Table"
02.png
Click "Continue" at the warning
03.png
User avatar
spamegg
Level 14
Level 14
Posts: 5042
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: SSD and HDD

Post by spamegg »

Click on "free space" then click the + sign to create a new partition on it
04.png
In the "Mount point" box, select "/" then click OK
05.png
Click "Install Now"
06.png
User avatar
spamegg
Level 14
Level 14
Posts: 5042
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: SSD and HDD

Post by spamegg »

To know which drive is which /dev/sda etc. you can use the Terminal commands lsblk or blkid during the live session. For example I have this:

Code: Select all

 ➜ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda           8:0    0 465,8G  0 disk 
└─sda1        8:1    0 465,8G  0 part /media/spamegg/Samsung850EVO
sdb           8:16   0 238,5G  0 disk 
└─sdb1        8:17   0 238,5G  0 part /
sdc           8:32   0   477G  0 disk 
└─sdc1        8:33   0   477G  0 part /media/spamegg/CrucialMX100
nvme0n1     259:0    0 465,8G  0 disk 
└─nvme0n1p1 259:1    0 465,8G  0 part /media/spamegg/Kingston
motoryzen
Level 10
Level 10
Posts: 3474
Joined: Sun Dec 08, 2019 12:25 am

Re: SSD and HDD

Post by motoryzen »

@Jonmal
I am a complete beginner so sorry for dumb questions.
:D It's all good good man. All of us were the noobs once also. Adding to Spamegg's info about terminal commands. Usually that terminal is already on the Panel at the bottom ( windows users would call this the taskbar), or you could always press keyboard combination of holding ctrl, and holding alt, and pressing T button to launch a Terminal Window
Mint 21.2 Cinnamon 5.8.4
asrock x570 taichi ...bios p5.00
ryzen 5900x
128GB Kingston Fury @ 3600mhz
Corsair mp600 pro xt NVME ssd 4TB
three 4TB ssds
dual 1TB ssds
Two 16TB Toshiba hdd's
24GB amd 7900xtx vid card
Viewsonic Elite UHD 32" 144hz monitor
JonMal
Level 1
Level 1
Posts: 20
Joined: Fri Mar 12, 2021 5:39 am

Re: SSD and HDD

Post by JonMal »

Thanks @spamegg One step up the learning ladder.
Locked

Return to “Beginner Questions”