Forrest logo
back to context overview

nvme

List of commands for nvme:

  • nvme:ai:92312 Verifies the integrity of the NVMe solid state drive /dev/nvme0n1
    $ nvme verify /dev/nvme0n1
    try on your machine
    explain this command
  • nvme:ai:9bd7d This command will display the SMART information for the entire NVMe device
    $ nvme smart-log /dev/nvme0
    try on your machine
    explain this command
  • nvme:tldr:bc5de nvme: List all nvme devices.
    $ sudo nvme list
    try on your machine
    explain this command
  • nvme:tldr:da169 nvme: Show device information.
    $ sudo nvme smart-log ${device}
    try on your machine
    explain this command
back to context overview