table of contents
| NVME-MICRON-ID-CT(1) | NVMe Manual | NVME-MICRON-ID-CT(1) |
NAME¶
nvme-micron-id-ctrl - Send NVMe Identify Controller with Micron vendor-specific fields
SYNOPSIS¶
nvme [<global-options>] micron id-ctrl <device>
DESCRIPTION¶
For the NVMe device given, sends an identify controller command and provides the result with Micron vendor-specific fields decoded.
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
This command extends the standard Identify Controller output with Micron-specific fields:
PMS (Power Measurement Support)
IPMSR (Interval Power Measurement Sample Rate)
MSMT (Maximum Stop Measurement Time)
OPTIONS¶
GLOBAL OPTIONS¶
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES¶
# nvme micron id-ctrl /dev/nvme0
# nvme micron id-ctrl /dev/nvme0 -o json
NVME¶
Part of the nvme-user suite
| 07/31/2026 | NVMe |