1
0
Fork 0
nvme-cli/Documentation/nvme-write-uncor.txt

51 lines
856 B
Text
Raw Normal View History

nvme-uncor(1)
=============
NAME
----
nvme-write-uncor - Send an NVMe write uncorrectable command, return results
SYNOPSIS
--------
[verse]
'nvme-write-uncor' <device> [--start-block=<slba> | -s <slba>]
[--block-count=<nlb> | -c <nlb>]
[--namespace-id=<nsid> | -n <nsid>]
[--dir-type=<dtype> | -T <dtype>]
[--dir-spec=<dspec> | -S <dspec>]
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.
-T <dtype>::
--dir-type=<dtype>::
Directive type
-S <dspec>::
--dir-spec=<dspec>::
Directive specific
EXAMPLES
--------
No examples yet.
NVME
----
Part of the nvme-user suite