You are reading a single comment by @ectoplasmosis and its replies. Click here to read the full conversation.
  • You can do this in the command line, you don’t need an app

    wmic diskdrive get status
    
  • wmic diskdrive get status

    ...will only give you an ‘OK’ or a very basic error output.

    Something like CrystalDiskInfo (there are countless others) will read out all SMART values, which can help shed light on wear/errors that would otherwise be obfuscated by the WMI command.

About