How to check NAND type used in a SSD in Ubuntu

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
8
down vote

favorite
1












I was wondering if there exists some application that can show which NAND type is used in a SSD - MLC,SLC,TLC...



Is it possible?







share|improve this question
















  • 5




    I think you have to search for that kind of data via the manufacturer's web site.
    – sudodus
    Apr 22 at 10:21










  • Of course, however, sometimes they are not inclined to disclose that type of info.
    – S.R.
    Apr 22 at 11:31














up vote
8
down vote

favorite
1












I was wondering if there exists some application that can show which NAND type is used in a SSD - MLC,SLC,TLC...



Is it possible?







share|improve this question
















  • 5




    I think you have to search for that kind of data via the manufacturer's web site.
    – sudodus
    Apr 22 at 10:21










  • Of course, however, sometimes they are not inclined to disclose that type of info.
    – S.R.
    Apr 22 at 11:31












up vote
8
down vote

favorite
1









up vote
8
down vote

favorite
1






1





I was wondering if there exists some application that can show which NAND type is used in a SSD - MLC,SLC,TLC...



Is it possible?







share|improve this question












I was wondering if there exists some application that can show which NAND type is used in a SSD - MLC,SLC,TLC...



Is it possible?









share|improve this question











share|improve this question




share|improve this question










asked Apr 22 at 9:07









S.R.

10610




10610







  • 5




    I think you have to search for that kind of data via the manufacturer's web site.
    – sudodus
    Apr 22 at 10:21










  • Of course, however, sometimes they are not inclined to disclose that type of info.
    – S.R.
    Apr 22 at 11:31












  • 5




    I think you have to search for that kind of data via the manufacturer's web site.
    – sudodus
    Apr 22 at 10:21










  • Of course, however, sometimes they are not inclined to disclose that type of info.
    – S.R.
    Apr 22 at 11:31







5




5




I think you have to search for that kind of data via the manufacturer's web site.
– sudodus
Apr 22 at 10:21




I think you have to search for that kind of data via the manufacturer's web site.
– sudodus
Apr 22 at 10:21












Of course, however, sometimes they are not inclined to disclose that type of info.
– S.R.
Apr 22 at 11:31




Of course, however, sometimes they are not inclined to disclose that type of info.
– S.R.
Apr 22 at 11:31










1 Answer
1






active

oldest

votes

















up vote
12
down vote



accepted










I've not come across that type of data, at least not with most tools I've used on Ubuntu - lshw, dmidecode, udev, udisksctl and so on; so I think it's not possible,no yet at least.



What's possible is to display whether a drive is rotational or not, where no rotational information implies an SSD; more importantly, you can find out vendor or SSD model via same commands, and take that to search engine to find detailed specs on the drive.



SSDs typically should have a microcontroller that takes care of reporting the relevant information to the host machine. So in theory there should be a way to check whether that controller exposes such information or not. There's high probability they don't expose that information, simply because no OS usually cares about that. This also means that we can't really find such information , at least not yet, with Ubuntu tools.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027152%2fhow-to-check-nand-type-used-in-a-ssd-in-ubuntu%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    12
    down vote



    accepted










    I've not come across that type of data, at least not with most tools I've used on Ubuntu - lshw, dmidecode, udev, udisksctl and so on; so I think it's not possible,no yet at least.



    What's possible is to display whether a drive is rotational or not, where no rotational information implies an SSD; more importantly, you can find out vendor or SSD model via same commands, and take that to search engine to find detailed specs on the drive.



    SSDs typically should have a microcontroller that takes care of reporting the relevant information to the host machine. So in theory there should be a way to check whether that controller exposes such information or not. There's high probability they don't expose that information, simply because no OS usually cares about that. This also means that we can't really find such information , at least not yet, with Ubuntu tools.






    share|improve this answer
























      up vote
      12
      down vote



      accepted










      I've not come across that type of data, at least not with most tools I've used on Ubuntu - lshw, dmidecode, udev, udisksctl and so on; so I think it's not possible,no yet at least.



      What's possible is to display whether a drive is rotational or not, where no rotational information implies an SSD; more importantly, you can find out vendor or SSD model via same commands, and take that to search engine to find detailed specs on the drive.



      SSDs typically should have a microcontroller that takes care of reporting the relevant information to the host machine. So in theory there should be a way to check whether that controller exposes such information or not. There's high probability they don't expose that information, simply because no OS usually cares about that. This also means that we can't really find such information , at least not yet, with Ubuntu tools.






      share|improve this answer






















        up vote
        12
        down vote



        accepted







        up vote
        12
        down vote



        accepted






        I've not come across that type of data, at least not with most tools I've used on Ubuntu - lshw, dmidecode, udev, udisksctl and so on; so I think it's not possible,no yet at least.



        What's possible is to display whether a drive is rotational or not, where no rotational information implies an SSD; more importantly, you can find out vendor or SSD model via same commands, and take that to search engine to find detailed specs on the drive.



        SSDs typically should have a microcontroller that takes care of reporting the relevant information to the host machine. So in theory there should be a way to check whether that controller exposes such information or not. There's high probability they don't expose that information, simply because no OS usually cares about that. This also means that we can't really find such information , at least not yet, with Ubuntu tools.






        share|improve this answer












        I've not come across that type of data, at least not with most tools I've used on Ubuntu - lshw, dmidecode, udev, udisksctl and so on; so I think it's not possible,no yet at least.



        What's possible is to display whether a drive is rotational or not, where no rotational information implies an SSD; more importantly, you can find out vendor or SSD model via same commands, and take that to search engine to find detailed specs on the drive.



        SSDs typically should have a microcontroller that takes care of reporting the relevant information to the host machine. So in theory there should be a way to check whether that controller exposes such information or not. There's high probability they don't expose that information, simply because no OS usually cares about that. This also means that we can't really find such information , at least not yet, with Ubuntu tools.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 22 at 9:23









        Sergiy Kolodyazhnyy

        64.9k9129282




        64.9k9129282



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027152%2fhow-to-check-nand-type-used-in-a-ssd-in-ubuntu%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Trouble downloading packages list due to a “Hash sum mismatch” error

            How do I move numbers in filenames, in a batch renaming operation?