I just switched from windows to fedora, and this is my first time using linux.
I have 2 hard drives (512 GB SSD[sdb] & 1TB HDD[sda]) I have my system installed on the ssd one with “Automatic Installed” during the installation process.
My problem is that my HDD[sda] drive’s data is not showing up at all, I tried many solutions on google and youtube, one of them actually made me crash the entire system by accident and went through reinstalling it again. [NOTE that my SSD [sdb] drive is working fine and nothing it wrong with it, my only issue is with the sda one]
As I said it’s my first time using linux so I’ll try to give as many information as I could.
Thank you for your understanding, and I would really appreciate any help.
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 15M 0 part
└─sda3 8:3 0 931.5G 0 part /run/media/suhail/Main
sdb 8:16 0 476.9G 0 disk
├─sdb1 8:17 0 600M 0 part /boot/efi
├─sdb2 8:18 0 1G 0 part /boot
└─sdb3 8:19 0 475.4G 0 part /home
/
zram0 252:0 0 8G 0 disk [SWAP]
lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1
│
├─sda2
│
└─sda3
ntfs Main D05AF32F5AF310C8 301.6G 68% /run/media/suhail/Main
sdb
├─sdb1
│ vfat FAT32 864D-A1B5 584.8M 2% /boot/efi
├─sdb2
│ ext4 1.0 67a2ef87-d7b7-4c3c-ab86-766b74332e82 698.9M 21% /boot
└─sdb3
btrfs fedora_localhost-live
7bbc4470-0f3a-4961-a6e7-77b97e1d0df9 455G 4% /home
/
zram0
[SWAP]
sudo fdisk -l
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10JUCT-63C
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: FB7C1C53-F856-4663-8B64-6F9DDF3E6C16Device Start End Sectors Size Type
/dev/sda1 34 2081 2048 1M Microsoft LDM metadata
/dev/sda2 2082 32767 30686 15M Microsoft reserved
/dev/sda3 32768 1953525134 1953492367 931.5G Microsoft LDM dataPartition 1 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.Disk /dev/sdb: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: SAMSUNG MZNLN512
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 9FC080FC-618D-45AA-9291-AA3C23B026BDDevice Start End Sectors Size Type
/dev/sdb1 2048 1230847 1228800 600M EFI System
/dev/sdb2 1230848 3327999 2097152 1G Linux filesystem
/dev/sdb3 3328000 1000214527 996886528 475.4G Linux filesystemDisk /dev/zram0: 8 GiB, 8589934592 bytes, 2097152 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes