ndctl - Man Page

Manage "libnvdimm" subsystem devices (Non-volatile Memory)

Examples (TL;DR)

Synopsis

ndctl [--version] [--help] [OPTIONS] COMMAND [ARGS]

Options

-v,  --version

Display ndctl version.

-h,  --help

Run ndctl help command.

Description

ndctl is utility for managing the "libnvdimm" kernel subsystem. The "libnvdimm" subsystem defines a kernel device model and control message interface for platform NVDIMM resources like those defined by the ACPI 6.0 NFIT (NVDIMM Firmware Interface Table). Operations supported by the tool include, provisioning capacity (namespaces), as well as enumerating/enabling/disabling the devices (dimms, regions, namespaces) associated with an NVDIMM bus.

See Also

linkndctl:ndctl-create-namespace[1], linkndctl:ndctl-destroy-namespace[1], linkndctl:ndctl-check-namespace[1], linkndctl:ndctl-enable-region[1], linkndctl:ndctl-disable-region[1], linkndctl:ndctl-enable-dimm[1], linkndctl:ndctl-disable-dimm[1], linkndctl:ndctl-enable-namespace[1], linkndctl:ndctl-disable-namespace[1], linkndctl:ndctl-zero-labels[1], linkndctl:ndctl-read-labels[1], linkndctl:ndctl-inject-error[1], linkndctl:ndctl-list[1], LIBNVDIMM Overview[1], NVDIMM Driver Writer’s Guide[2]

Notes

  1. LIBNVDIMM Overview
    https://www.kernel.org/doc/Documentation/nvdimm/nvdimm.txt
  2. NVDIMM Driver Writer’s Guide
    http://pmem.io/documents/NVDIMM_Driver_Writers_Guide.pdf

Referenced By

daxio(1).

01/25/2024