Browse Source

nvme: add page (#10010)

Emanuele Rocca 1 year ago
parent
commit
c06fee4dd0
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pages/common/nvme.md

+ 12 - 0
pages/common/nvme.md

@@ -0,0 +1,12 @@
+# nvme
+
+> NVMe storage user space utility.
+> More information: <https://github.com/linux-nvme/nvme-cli>.
+
+- List all nvme devices:
+
+`sudo nvme list`
+
+- Show device information:
+
+`sudo nvme smart-log {{device}}`