Results 1 to 4 of 4

Thread: Is it possible to view SMART data with Samsung SSD 990 PRO?

  1. #1
    Join Date
    Jan 2016
    Beans
    115
    Distro
    Ubuntu Mate

    Is it possible to view SMART data with Samsung SSD 990 PRO?

    I am running the latest version of Ubuntu and have recently installed the Samsung SSD 990 PRO. When I went to the Disks app I noticed that the SMART Data & Self Tests were greyed out. Looking into it I installed the cli tool smartmontools and that provides some information that is helpful, but it looks like it doesn't support SMART Data reporting according to the smartctl output. My question is if there is a way to somehow activate it or access the SMART Data in some other way? The Samsung Magic tool for that purpose isn't supported in Linux. This is my first SSD so I am very new to all of this. Thanks for your help!

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,827
    Distro
    Ubuntu

    Re: Is it possible to view SMART data with Samsung SSD 990 PRO?

    i think that's an nvme drive so install and use the nvme-cli package.
    Code:
    sudo apt install nvme-cli
    See: https://nvmexpress.org/open-source-n...face-nvme-cli/
    for howto use the commands for it.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

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

    Re: Is it possible to view SMART data with Samsung SSD 990 PRO?

    Samsung has ISO with updates for firmware.
    Each ISO is only for one model & one version of firmware.

    Compare to vendors support site
    sudo dmidecode -s bios-version
    udisksctl status

    or
    sudo apt install nvme-cli
    sudo nvme list

    Look under firmware, not Magician.
    Shows ISO by model & firmware versio.
    https://semiconductor.samsung.com/co...support/tools/
    And then download ISO & create bootable flash drive. (I booted with grub loopmount and was surprised it worked with loopmount as not all ISO work).
    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.

  4. #4
    Join Date
    Jan 2016
    Beans
    115
    Distro
    Ubuntu Mate

    Re: Is it possible to view SMART data with Samsung SSD 990 PRO?

    Thank you all for your advice! I'm now able to see my drive status and health.

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
  •