Examples (7)
Create an `fsdax` mode namespace
ndctl create-namespace --mode=fsdaxChange the mode of a namespace to `raw`
ndctl create-namespace --reconfigure=namespaceX.Y --mode=rawCheck a sector mode namespace for consistency, and repair if needed
ndctl check-namespace --repair namespaceX.YList all namespaces, regions, and buses (including disabled ones)
ndctl list --namespaces --regions --buses --idleList a specific namespace and include lots of additional information
ndctl list -vvv --namespace=namespaceX.YRun a monitor to watch for SMART health events for NVDIMMs on the `ACPI.NFIT` bus
ndctl monitor --bus=ACPI.NFITRemove a namespace (when applicable) or reset it to an initial state
ndctl destroy-namespace --force namespaceX.Ymade by @shridhargupta | data from tldr-pages