Skip to content

Instantly share code, notes, and snippets.

@henri
Last active July 27, 2026 22:36
Show Gist options
  • Select an option

  • Save henri/e5a622c0e4adfb868756e93497fb61af to your computer and use it in GitHub Desktop.

Select an option

Save henri/e5a622c0e4adfb868756e93497fb61af to your computer and use it in GitHub Desktop.
nvme cheat sheet
# initiate a short self-test
sudo nvme device-self-test /dev/nvme0 -s 1
# realtime view
sudo nvme device-self-test /dev/nvme0 --dry-run 2>/dev/null || sudo nvme self-test-log /dev/nvme0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment