i just installed a SATA SSD to my pc, it recognized in my BIOS, however it doesn’t show up in the OS
You need to format the ssd first , you can do this by using Gparted.
it doesn’t show up in gparted
Also not using the drop down list at the top right side of Gparted ?
i used the drop down list and the one in the toolbar
You can use lsblk
and sudo blkid
to list the block devices
For example
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 238.5G 0 disk
├─sda1 8:1 0 1000M 0 part /boot/efi
└─sda2 8:2 0 237.5G 0 part /
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 384M 0 part
├─sdb2 8:18 0 96M 0 part [SWAP]
├─sdb3 8:19 0 266.9G 0 part /sd/b3
└─sdb4 8:20 0 664.1G 0 part /sd/b4
sdc 8:32 1 0B 0 disk
and
sudo blkid
[sudo] password for xxxx:
/dev/sdb4: UUID="2e679452-189e-4b93-bc65-18e34fe64625" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="0644fdd7-a678-42ac-aef1-0879a1a8fb5a"
/dev/sdb2: UUID="81259585-3026-4789-8c7b-0840ebe4a001" TYPE="swap" PARTUUID="170675e4-028f-4860-804c-30e48e8f8bcb"
/dev/sdb3: UUID="e1da6f07-7ff7-4f8d-9d8a-022976d985fe" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3c434e9c-c9bb-4552-855e-25b9cee35dac"
/dev/sdb1: UUID="7EDC-7F97" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="fe1d640d-b840-4c42-8546-4b895e69a2d9"
/dev/sda2: UUID="c5490c69-64a9-47bc-b628-7f61809997e7" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="endeavouros" PARTUUID="fdcff2cd-cbf3-f24a-b316-0f572dbea0a9"
/dev/sda1: UUID="2EFD-3F72" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="9ad62601-cdf1-d549-9b67-86b2e390ffda"
only shows my M.2 SSD
[olas_cavie@RX-PC ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme0n1 259:0 0 238,5G 0 disk
├─nvme0n1p1 259:1 0 300M 0 part /boot/efi
└─nvme0n1p2 259:2 0 238,2G 0 part /
$ sudo blkid
[sudo] password for XXXX:
/dev/nvme0n1p1: UUID="1616-6D95" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="1902e675-6c8f-df47-9507-06728dd697ea"
/dev/nvme0n1p2: UUID="ff792c7b-001b-42a2-b3f6-09b762278d90" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="root" PARTUUID="145d9a6a-2785-504c-99ac-59be4efca99a"
That implies that the hard disk is not installed
but it is i can see it in my bios
Please check in your UEFI / BIOS to see if
- SATA PORT ENABLE is enabled
- SATA Mode is set to AHCI
Pudge
2 Likes
it worked, have to set it up like “usual”, this is my first time
1 Like
I’m happy you got it working.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.