Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Linux cannot detect SATA ssd

  1. #11
    Join Date
    Nov 2019
    Beans
    12

    Re: Linux cannot detect SATA ssd

    hello,
    thanks for the help.
    the query is solved.

    firstly i make a seperate folder in the linux and then mount the ssd
    first i mounted by the command 'mount dev/sda/folder name and then
    by using 'mkfs.ext4' command it can make the space for the new drive.
    and after that i did df -hT command to check the space.

    thank you so much for the help

  2. #12
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Linux cannot detect SATA ssd

    Something is amiss here. m.2 ssd's are nvme not dev's.
    My ssd is 'dev' mount '/dev/sdaX'. Can leave RST in BIOS
    My m.2 ssd is nvme as in /nvme/sdaX which need AHCI in BIOS if dual boot.

    You show m.2 ssd as 'dev' mounted and not 'nvme'

  3. #13
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Linux cannot detect SATA ssd

    Quote Originally Posted by VMC View Post
    Something is amiss here. m.2 ssd's are nvme not dev's.
    Not necessarily. M.2 is just the form factor: the drives themselves could be using SATA, PCIe/AHCI or PCIe/NVMe, depending on the capabilities and configuration of both the drive and the host.

  4. #14
    Join Date
    Nov 2019
    Beans
    12

    Re: Linux cannot detect SATA ssd

    ssd's are different type. mine is not NVMe, just sata ssd. NVME's are other kind and they are faster than sata ssd.
    so it creeates /dev/sda. and i have to mount to the system inside some folder.
    so i first created a folder and then mounted
    /dev/sda/<foldername>

  5. #15
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Linux cannot detect SATA ssd

    I've never seen an m.2 that wasn't nvme. I'll have to find one. I do know mine plainly states on the box nvme. I mistakenly thought they all were.

  6. #16
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Linux cannot detect SATA ssd

    My motherboard says this:
    The M.2 connector supports M.2 SATA SSDs and M.2 PCIe SSDs
    When I built system several years ago NVMe drives were expensive, so I have a SATA drive plugged into the M.2.

    Code:
    fred@Bionic-Z170N:~$ sudo lshw -C disk -short
    [sudo] password for fred: 
    H/W path           Device     Class          Description
    ========================================================
    /0/1/0.0.0         /dev/sda   disk           250GB Samsung SSD 850
    /0/2/0.0.0         /dev/sdb   disk           1TB HGST HTS721010A9
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #17
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Linux cannot detect SATA ssd

    Fred, does you m.2 have "1" slot or "2" slots on the connector side?
    I just read the "1" is NVME, and the "2" is SATA

  8. #18
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Linux cannot detect SATA ssd

    I think mine only has one. Do not remember and manual only says connector.
    Also if I use M.2 as SATA, then first SATA port (SATA3_0)is taken or not usable.

    My Motherboard:
    Gigabyte LGA1151 Intel Z170 Mini-ITX DDR4 Motherboards GA-Z170N-Gaming 5
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  9. #19
    Join Date
    Nov 2019
    Beans
    12

    Re: Linux cannot detect SATA ssd

    sata slots are different kind. they have B key, M key and B&M key. what I am using is B&M key. and motherboard have eithe B slot or M slot. nvme is different. when you buy ssd, it is cleasrly mention what kind you want to buy either key version or nvme version.

  10. #20
    Join Date
    Nov 2019
    Beans
    12

    Re: Linux cannot detect SATA ssd

    how do you check this H/W path ? and also after switching on the system i have to again mount my ssd by using command in linux.
    is there any command by which i dont have to mount again after i switched on the system?

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •