1NVME-INTEL-MARKET() NVME-INTEL-MARKET()
2
3
4
6 nvme-intel-market-name - Send NVMe Identify Controller, return result
7 and structure
8
10 nvme intel market-name <device> [--raw-binary | -b]
11
13 For the NVMe device given, retrieves intel vendor specific marketing
14 name log page and provides the result and returned structure. The
15 output is simply the marketing name used to identify what kind of
16 device it is.
17
18 The <device> parameter is mandatory and may be either the NVMe
19 character device (ex: /dev/nvme0), or a namespace block device (ex:
20 /dev/nvme0n1).
21
22 On success, the structure may be returned in one of several ways
23 depending on the option flags; the structure may be parsed by the
24 program or the raw buffer may be printed to stdout.
25
27 -b, --raw-binary
28 Print the raw buffer to stdout. Structure is not parsed by program.
29 This overrides the vendor specific and human readable options.
30
32 • Get the marketing name
33
34 # nvme intel market-name /dev/nvme0
35
37 Part of the nvme-user suite
38
39
40
41 NVME-INTEL-MARKET()