Adding upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3b95ae912c
commit
ac60c09ef6
457 changed files with 159628 additions and 0 deletions
40
Documentation/nvme-write-uncor.txt
Normal file
40
Documentation/nvme-write-uncor.txt
Normal file
|
@ -0,0 +1,40 @@
|
|||
nvme-uncor(1)
|
||||
=============
|
||||
|
||||
NAME
|
||||
----
|
||||
nvme-write-uncor - Send an NVMe write uncorrectable command, return results
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
'nvme-write-uncorr' <device> [--start-block=<slba> | -s <slba>]
|
||||
[--block-count=<nlb> | -c <nlb>]
|
||||
[--namespace-id=<nsid> | -n <nsid>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
The Write Uncorrectable command is used to invalidate a range of logical
|
||||
blocks.
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
--start-block=<slba>::
|
||||
-s <slba>::
|
||||
Start block.
|
||||
|
||||
--block-count=<nlb>::
|
||||
-c::
|
||||
Number of logical blocks to write uncorrectable.
|
||||
|
||||
--namespace-id=<nsid>::
|
||||
-n <nsid>::
|
||||
Namespace ID use in the command.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
No examples yet.
|
||||
|
||||
NVME
|
||||
----
|
||||
Part of the nvme-user suite
|
Loading…
Add table
Add a link
Reference in a new issue