From dc597ce8df5ae6efd2728a2d7ba7d92486028f79 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 2 Jul 2021 22:40:30 +0200 Subject: Adding upstream version 1.12. Signed-off-by: Daniel Baumann --- Documentation/nvme-write-uncor.txt | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Documentation/nvme-write-uncor.txt (limited to 'Documentation/nvme-write-uncor.txt') diff --git a/Documentation/nvme-write-uncor.txt b/Documentation/nvme-write-uncor.txt new file mode 100644 index 0000000..0d824d7 --- /dev/null +++ b/Documentation/nvme-write-uncor.txt @@ -0,0 +1,40 @@ +nvme-uncor(1) +============= + +NAME +---- +nvme-write-uncor - Send an NVMe write uncorrectable command, return results + +SYNOPSIS +-------- +[verse] +'nvme-write-uncorr' [--start-block= | -s ] + [--block-count= | -c ] + [--namespace-id= | -n ] + +DESCRIPTION +----------- +The Write Uncorrectable command is used to invalidate a range of logical +blocks. + +OPTIONS +------- +--start-block=:: +-s :: + Start block. + +--block-count=:: +-c:: + Number of logical blocks to write uncorrectable. + +--namespace-id=:: +-n :: + Namespace ID use in the command. + +EXAMPLES +-------- +No examples yet. + +NVME +---- +Part of the nvme-user suite -- cgit v1.2.3