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 - 2018, Intel Corporation. License GPLv2: GNU GPL
29 version 2 http://gnu.org/licenses/gpl.html. This is free software: you
30 are free to change and redistribute it. There is NO WARRANTY, to the
31 extent permitted by law.
32
34 ndctl-create-namespace(1), ndctl-destroy-namespace(1), ndctl-check-
35 namespace(1), ndctl-enable-region(1), ndctl-disable-region(1), ndctl-
36 enable-dimm(1), ndctl-disable-dimm(1), ndctl-enable-namespace(1),
37 ndctl-disable-namespace(1), ndctl-zero-labels(1), ndctl-read-labels(1),
38 ndctl-inject-error(1), ndctl-list(1), LIBNVDIMM Overview[1], NVDIMM
39 Driver Writer’s Guide[2]
40
42 1. LIBNVDIMM Overview
43 https://www.kernel.org/doc/Documentation/nvdimm/nvdimm.txt
44
45 2. NVDIMM Driver Writer’s Guide
46 http://pmem.io/documents/NVDIMM_Driver_Writers_Guide.pdf
47
48
49
50ndctl 62 05/11/2019 NDCTL(1)