> For the complete documentation index, see [llms.txt](https://docs.pmem.io/ndctl-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pmem.io/ndctl-user-guide/v66/ndctl-man-pages/untitled.md).

# ndctl(1)

[NAME](/ndctl-user-guide/v66/ndctl-man-pages/untitled.md#name)\
[SYNOPSIS](/ndctl-user-guide/v66/ndctl-man-pages/untitled.md#synopsis)\
[OPTIONS](/ndctl-user-guide/v66/ndctl-man-pages/untitled.md#options)\
[DESCRIPTION](/ndctl-user-guide/v66/ndctl-man-pages/untitled.md#description)\
[COPYRIGHT](/ndctl-user-guide/v66/ndctl-man-pages/untitled.md#copyright)\
[SEE ALSO](/ndctl-user-guide/v66/ndctl-man-pages/untitled.md#see-also)

## NAME

ndctl − Manage "libnvdimm" subsystem devices (Non−volatile Memory)

## 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.

## COPYRIGHT

Copyright (c) 2016 − 2019, Intel Corporation. License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

## SEE ALSO

[ndctl−create−namespace(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-create-namespace.md), [ndctl−destroy−namespace(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-destroy-namespace.md), [ndctl−check−namespace(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-check-namespace.md), [ndctl−enable−region(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-enable-region.md), [ndctl−disable−region(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-disable-region.md), [ndctl−enable−dimm(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-enable-dimm.md), [ndctl−disable−dimm(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-disable-dimm.md), [ndctl−enable−namespace(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-enable-namespace.md), [ndctl−disable−namespace(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-disable-namespace.md), [ndctl−zero−labels(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-zero-labels.md), [ndctl−read−labels(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-read-labels.md), [ndctl−inject−error(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-inject-error.md), [ndctl−list(1)](/ndctl-user-guide/v66/ndctl-man-pages/ndctl-list.md), *LIBNVDIMM* <https://www.kernel.org/doc/Documentation/nvdimm/nvdimm.txt> Overview" , *NVDIMM Driver* <http://pmem.io/documents/NVDIMM_Driver_Writers_Guide.pdf> Writer’s Guide"


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pmem.io/ndctl-user-guide/v66/ndctl-man-pages/untitled.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
