You can do this in the command line, you don’t need an app
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.
@ectoplasmosis started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
You can do this in the command line, you don’t need an app