NVME-ZNS-ID-NS(1) | NVMe Manual | NVME-ZNS-ID-NS(1) |
NAME¶
nvme-zns-id-ns - Send NVMe Zoned Command Set Identify namespace, return result and structure
SYNOPSIS¶
nvme zns id-ns <device> [--namespace-id=<NUM> | -n <NUM>]
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
DESCRIPTION¶
For the NVMe device given, sends the zoned command set’s identify namespace command and provides the result and returned structure.
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
On success, the data structure returned by the device will be decoded and displayed in one of several ways.
OPTIONS¶
-n <NUM>, --namespace-id=<NUM>
-v, --verbose
-o <fmt>, --output-format=<fmt>
EXAMPLES¶
# nvme zns id-ns /dev/nvme0 -n 1
# nvme zns id-ns /dev/nvme0 -o json -v
NVME¶
Part of nvme-cli
11/09/2024 | NVMe |