Last active
July 27, 2026 22:36
-
-
Save henri/e5a622c0e4adfb868756e93497fb61af to your computer and use it in GitHub Desktop.
nvme cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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