1NVME-ZNS-ID-CTRL(1)               NVMe Manual              NVME-ZNS-ID-CTRL(1)
2
3
4

NAME

6       nvme-zns-id-ctrl - Send NVMe Zoned Command Set Identify Controller,
7       return result and structure
8

SYNOPSIS

10       nvme zns id-ctrl <device> [-o <fmt> | --output-format=<fmt>]
11

DESCRIPTION

13       For the NVMe device given, sends the zoned command set’s identify
14       controller command and provides the result and returned structure.
15
16       The <device> parameter is mandatory and may be either the NVMe
17       character device (ex: /dev/nvme0), or a namespace block device (ex:
18       /dev/nvme0n1).
19
20       On success, the data structure returned by the device will be decoded
21       and displayed in one of several ways.
22

OPTIONS

24       -o <format>, --output-format=<format>
25           Set the reporting format to normal, json, or binary. Only one
26           output format can be used at a time.
27

EXAMPLES

29       •   Has the program interpret the returned buffer and display the known
30           fields in a human readable format:
31
32               # nvme zns id-ctrl /dev/nvme0
33
34       •   Show the output in json format
35
36               # nvme zns id-ctrl /dev/nvme0 -o json
37

NVME

39       Part of nvme-cli
40
41
42
43NVMe                              11/04/2022               NVME-ZNS-ID-CTRL(1)
Impressum