Skip to content

Disk info

udisks

udisks provides a daemon udisksd, that implements D-Bus interfaces used to query and manipulate storage devices, and a command-line tool udisksctl, used to query and use the daemon.

See drive model

udisksctl status

nvme-cli

linux-nvme/nvme-cli is a NVMe management command line interface.

Install

sudo apt install nvme-cli

See drive health

# X is the drive number
sudo nvme smart-log /dev/nvmeX -H

Comments