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]
|
2025-02-16 12:16:19 +01:00
|
|
|
'nvme-write-uncor' <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:24:13 +01:00
|
|
|
[--dir-type=<dtype> | -T <dtype>]
|
|
|
|
[--dir-spec=<dspec> | -S <dspec>]
|
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:24:13 +01:00
|
|
|
-T <dtype>::
|
|
|
|
--dir-type=<dtype>::
|
|
|
|
Directive type
|
|
|
|
|
|
|
|
-S <dspec>::
|
|
|
|
--dir-spec=<dspec>::
|
|
|
|
Directive specific
|
2025-02-16 12:15:45 +01:00
|
|
|
|
2025-02-16 11:09:01 +01:00
|
|
|
EXAMPLES
|
|
|
|
--------
|
|
|
|
No examples yet.
|
|
|
|
|
|
|
|
NVME
|
|
|
|
----
|
|
|
|
Part of the nvme-user suite
|