2025-02-16 11:09:01 +01:00
|
|
|
'\" t
|
|
|
|
.\" Title: nvme-uncor
|
|
|
|
.\" 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:21:44 +01:00
|
|
|
.\" Date: 03/31/2023
|
2025-02-16 11:09:01 +01:00
|
|
|
.\" Manual: NVMe Manual
|
|
|
|
.\" Source: NVMe
|
|
|
|
.\" Language: English
|
|
|
|
.\"
|
2025-02-16 12:21:44 +01:00
|
|
|
.TH "NVME\-UNCOR" "1" "03/31/2023" "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"
|
|
|
|
nvme-write-uncor \- Send an NVMe write uncorrectable command, return results
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.sp
|
|
|
|
.nf
|
2025-02-16 12:16:19 +01:00
|
|
|
\fInvme\-write\-uncor\fR <device> [\-\-start\-block=<slba> | \-s <slba>]
|
2025-02-16 11:09:01 +01:00
|
|
|
[\-\-block\-count=<nlb> | \-c <nlb>]
|
|
|
|
[\-\-namespace\-id=<nsid> | \-n <nsid>]
|
2025-02-16 12:15:45 +01:00
|
|
|
[\-\-force]
|
2025-02-16 11:09:01 +01:00
|
|
|
.fi
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.sp
|
|
|
|
The Write Uncorrectable command is used to invalidate a range of logical blocks\&.
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.PP
|
|
|
|
\-\-start\-block=<slba>, \-s <slba>
|
|
|
|
.RS 4
|
|
|
|
Start block\&.
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
\-\-block\-count=<nlb>, \-c
|
|
|
|
.RS 4
|
|
|
|
Number of logical blocks to write uncorrectable\&.
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
\-\-namespace\-id=<nsid>, \-n <nsid>
|
|
|
|
.RS 4
|
|
|
|
Namespace ID use in the command\&.
|
|
|
|
.RE
|
2025-02-16 12:15:45 +01:00
|
|
|
.PP
|
|
|
|
\-\-force
|
|
|
|
.RS 4
|
2025-02-16 12:16:19 +01:00
|
|
|
Ignore namespace is currently busy and performed the operation even though\&.
|
2025-02-16 12:15:45 +01:00
|
|
|
.RE
|
2025-02-16 11:09:01 +01:00
|
|
|
.SH "EXAMPLES"
|
|
|
|
.sp
|
|
|
|
No examples yet\&.
|
|
|
|
.SH "NVME"
|
|
|
|
.sp
|
|
|
|
Part of the nvme\-user suite
|