1
0
Fork 0
nvme-cli/Documentation/nvme-write-uncor.txt
Daniel Baumann 316e846c86
Merging upstream version 2.1~rc0 (Closes: #1015722).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:16:19 +01:00

45 lines
784 B
Text

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>]
[--force]
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.
--force::
Ignore namespace is currently busy and performed the operation
even though.
EXAMPLES
--------
No examples yet.
NVME
----
Part of the nvme-user suite