From 1cc8413aaf5f8fa6595aece1933462c096e88639 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:41:05 +0200 Subject: Adding upstream version 2.4+really2.3. Signed-off-by: Daniel Baumann --- Documentation/nvme-write-uncor.html | 837 ++++++++++++++++++++++++++++++++++++ 1 file changed, 837 insertions(+) create mode 100644 Documentation/nvme-write-uncor.html (limited to 'Documentation/nvme-write-uncor.html') diff --git a/Documentation/nvme-write-uncor.html b/Documentation/nvme-write-uncor.html new file mode 100644 index 0000000..5d2ae1e --- /dev/null +++ b/Documentation/nvme-write-uncor.html @@ -0,0 +1,837 @@ + + + + + + +nvme-uncor(1) + + + + + +
+
+

SYNOPSIS

+
+
+
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

+
+
+
+

+ + + -- cgit v1.2.3