Skip to content

Instantly share code, notes, and snippets.

@AdityaGarg8
Last active January 20, 2023 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdityaGarg8/b03e57826213019fbffa747e1c724cac to your computer and use it in GitHub Desktop.
Save AdityaGarg8/b03e57826213019fbffa747e1c724cac to your computer and use it in GitHub Desktop.
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