1NDCTL(1) ndctl Manual NDCTL(1)
2
3
4
6 ndctl - Manage "libnvdimm" subsystem devices (Non-volatile Memory)
7
9 ndctl [--version] [--help] [OPTIONS] COMMAND [ARGS]
10
12 -v, --version
13 Display ndctl version.
14
15 -h, --help
16 Run ndctl help command.
17
19 ndctl is utility for managing the "libnvdimm" kernel subsystem. The
20 "libnvdimm" subsystem defines a kernel device model and control message
21 interface for platform NVDIMM resources like those defined by the ACPI
22 6.0 NFIT (NVDIMM Firmware Interface Table). Operations supported by the
23 tool include, provisioning capacity (namespaces), as well as
24 enumerating/enabling/disabling the devices (dimms, regions, namspaces)
25 associated with an NVDIMM bus.
26
28 Copyright (c) 2016 - 2019, Intel Corporation. License GPLv2: GNU GPL
29 version 2 <http://gnu.org/licenses/gpl.html>. This is free software:
30 you are free to change and redistribute it. There is NO WARRANTY, to
31 the extent permitted by law.
32
34 ndctl-create-namespace(1), ndctl-destroy-namespace(1),
35 ndctl-check-namespace(1), ndctl-enable-region(1),
36 ndctl-disable-region(1), ndctl-enable-dimm(1), ndctl-disable-dimm(1),
37 ndctl-enable-namespace(1), ndctl-disable-namespace(1),
38 ndctl-zero-labels(1), ndctl-read-labels(1), ndctl-inject-error(1),
39 ndctl-list(1), LIBNVDIMM <https://www.kernel.org/doc/Documentation/
40 nvdimm/nvdimm.txt> Overview" , NVDIMM Driver <http://pmem.io/documents/
41 NVDIMM_Driver_Writers_Guide.pdf> Writer’s Guide"
42
43
44
45ndctl 2019-05-10 NDCTL(1)