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-lnvm-id-ns.html | 850 +++++++++++++++++++++++++++++++++++++ 1 file changed, 850 insertions(+) create mode 100644 Documentation/nvme-lnvm-id-ns.html (limited to 'Documentation/nvme-lnvm-id-ns.html') diff --git a/Documentation/nvme-lnvm-id-ns.html b/Documentation/nvme-lnvm-id-ns.html new file mode 100644 index 0000000..a3bc888 --- /dev/null +++ b/Documentation/nvme-lnvm-id-ns.html @@ -0,0 +1,850 @@ + + + + + + +nvme-lnvm-id-ns(1) + + + + + +
+
+

SYNOPSIS

+
+
+
nvme lnvm-id-ns <device> [--namespace-id=<nsid> | -n <nsid>]
+                        [--force | -f]
+                        [--raw-binary | -b]
+                        [--human-readable | -H]
+
+
+
+
+
+

DESCRIPTION

+
+

Send an Identify Geometry command to the given LightNVM device, returns +properties of the specified namespace in either human-readable or binary +format.

+
+
+
+

OPTIONS

+
+
+
+--namespace-id=<nsid> +
+
+-n <nsid> +
+
+

+ Retrieve the geometry from the selected namespace. +

+
+
+--force +
+
+-f +
+
+

+ Try to read the data and assume it is a LightNVM device +

+
+
+--raw-binary +
+
+-b +
+
+

+ Output the raw output +

+
+
+--human-readable +
+
+-H +
+
+

+ Output the status in human readable format +

+
+
+
+
+
+

EXAMPLES

+
+
    +
  • +

    +Retrieve the geometry from nvme0 +

    +
  • +
+
+
+
# nvme lnvm-id-ns /dev/nvme0 -n 1
+
+
+
+
+

NVME

+
+

Part of the nvme-user suite

+
+
+
+

+ + + -- cgit v1.2.3