I've formatted Windows 10 from my dual drive notebook (128GB SSD + 1TB HDD) and installed Ubuntu., but I don't know exactly if I've only used my HDD while partitioning and left the SSD out. And also, why is some of it unallocated. Should I format and partition again? I find it quite hard to do it, and guarantee it will use both the SSD and the HDD. This is how it looks like:
HDD
/dev/sda 931.51 GB
Partition Locked Filesys MountPt Size Used Unused Flags
/dev/sda1 Y fat32 /boot/efi 487 MB 7.05 MB 479.95 MB boot,esp
/dev/sda2 Y ext4 / 38.15 GB 6.93 GB 31.22 GB
/dev/sda3 Y linux-swap 15.26 GB 0 15.26 GB
/dev/sda4 unallocated 877.83 GB
SSD
/dev/sdb 119.24 GB
/dev/sdb1 Y ext4 /home 119.24 GB 3.08 GB 116.16 GB
My initial intention was to use the SSD for Ubuntu and the HDD for files. (I'm not sure what would be best too)
I've used this tutorial to partition the drives.
sudo parted -l
provides a much more succinct and text only view of drives and partitions.and https://linuxhint.com/parted_linux/ is a good introduction to its use. – K7AAY Feb 03 '20 at 16:42