Skip to content

Instantly share code, notes, and snippets.

@AdityaGarg8
Last active January 20, 2023 13:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Get SMART status of your Apple SSD on Linux

Now it is possible of get basic SMART information about your Apple SSD like data units written on Linux. In order to get this information :-

  1. Install the smartmontools package. Eg on Ubuntu run sudo apt-get install smartmontools
  2. Run sudo smartctl /dev/nvme0 -x

The information shall be displayed on the terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment