2025-02-16 11:09:01 +01:00
'\" t
2025-02-16 12:13:48 +01:00
. \" Title: nvme-fid-support-effects-log
2025-02-16 11:09:01 +01:00
. \" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
. \" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
2025-02-16 12:28:30 +01:00
. \" Date: 10/31/2024
2025-02-16 11:09:01 +01:00
. \" Manual: NVMe Manual
. \" Source: NVMe
. \" Language: English
. \"
2025-02-16 12:28:30 +01:00
.TH "NVME\-FID\-SUPPORT\-" "1" "10/31/2024" "NVMe" "NVMe Manual"
2025-02-16 11:09:01 +01:00
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
2025-02-16 12:13:48 +01:00
nvme-fid-support-effects-log \- Send NVMe FID Support and Effects log, return result and structure
2025-02-16 11:09:01 +01:00
.SH "SYNOPSIS"
.sp
.nf
2025-02-16 12:25:41 +01:00
\fI nvme fid\- support\- effects\- log\fR <device> [\- \- output\- format=<fmt> | \- o <fmt>] [\- \- verbose | \- v]
2025-02-16 11:09:01 +01:00
.fi
.SH "DESCRIPTION"
.sp
2025-02-16 12:16:19 +01:00
For the NVMe device given, sends an FID Support and Effects log and provides the result and returned log structure\& .
2025-02-16 11:09:01 +01:00
.sp
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1)\& .
.sp
2025-02-16 12:13:48 +01:00
On success, the structure may be returned in one of several ways depending on the option flags; the structure may be parsed by the program or the raw buffer may be printed to stdout\& .
2025-02-16 11:09:01 +01:00
.SH "OPTIONS"
2025-02-16 12:13:48 +01:00
.PP
2025-02-16 12:25:41 +01:00
\- H, \- \- human\- readable
.RS 4
This option will parse and format many of the bit fields into human\- readable formats\& .
.RE
.PP
\- o <fmt>, \- \- output\- format=<fmt>
2025-02-16 11:09:01 +01:00
.RS 4
2025-02-16 12:13:48 +01:00
Set the reporting format to
\fI normal\fR ,
2025-02-16 12:25:41 +01:00
\fI json\fR
or
2025-02-16 12:13:48 +01:00
\fI binary\fR \& . Only one output format can be used at a time\& .
2025-02-16 11:09:01 +01:00
.RE
2025-02-16 12:13:48 +01:00
.PP
2025-02-16 12:25:41 +01:00
\- v, \- \- verbose
2025-02-16 12:13:48 +01:00
.RS 4
2025-02-16 12:25:41 +01:00
Increase the information detail in the output\& .
2025-02-16 11:09:01 +01:00
.RE
2025-02-16 12:13:48 +01:00
.SH "EXAMPLES"
.sp
No examples yet\& .
2025-02-16 11:09:01 +01:00
.SH "NVME"
.sp
Part of the nvme\- user suite