During the installation process, I chose to not erase the entire disk, so I installed it on the "C Partition" that I had windows 10 on, and that is after formatting the partition ofc. so I had 3 partitions untouched 1 for the SSD and another 2 more for the HDD(800 GB & 200GB), but I only found two (the SSD one, and 1 of the 2 HDD), and when I go to "Disks" I see that the HDD is read correctly as 1TB but when I go to files I see that "800 GB" partition only along the size the SSD one, and I can't find away to get this missing partition or even reuse the remaining "200 GB" space. Thanks in advance. Here is the real space of the 1st HDD partition (Main)
Here is the shown space in "Diks"
Edited: Here when I used lsblk
, you can find the sda3
read as 1TB, but I only able to see 800gb of it. (The problem is with the sda
not the sdb
)
lsblk
this will list all disks and drives and their partitions. Edit you question and append the output pls. From your pictures I can count several partitions. If you want to get a better visual overview of you disks I suggest to usesudo partitionmanager
orsudo gparted
but pls before starting to reformat, move, or expand partitions with those tools, update you question and add some info – AlexOnLinux Jun 27 '22 at 05:49