2025-02-16 11:09:01 +01:00
|
|
|
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>]
|
2025-02-16 12:15:45 +01:00
|
|
|
[--force]
|
2025-02-16 11:09:01 +01:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2025-02-16 12:15:45 +01:00
|
|
|
--force::
|
|
|
|
Ignore namespace is currently busy and perfome the operation
|
|
|
|
even though.
|
|
|
|
|
2025-02-16 11:09:01 +01:00
|
|
|
EXAMPLES
|
|
|
|
--------
|
|
|
|
No examples yet.
|
|
|
|
|
|
|
|
NVME
|
|
|
|
----
|
|
|
|
Part of the nvme-user suite
|