Forrest logo
back to context overview

ndctl

List of commands for ndctl:

  • ndctl:tldr:1bce7 ndctl: List all namespaces, regions, and buses (including disabled ones).
    $ ndctl list --namespaces --regions --buses --idle
    try on your machine
    explain this command
  • ndctl:tldr:407f4 ndctl: Create an 'fsdax' mode namespace.
    $ ndctl create-namespace --mode=${fsdax}
    try on your machine
    explain this command
  • ndctl:tldr:4b0b1 ndctl: Remove a namespace (when applicable) or reset it to an initial state.
    $ ndctl destroy-namespace --force ${namespaceX-Y}
    try on your machine
    explain this command
  • ndctl:tldr:62e19 ndctl: Change the mode of a namespace to 'raw'.
    $ ndctl create-namespace --reconfigure=${namespaceX-Y} --mode=${raw}
    try on your machine
    explain this command
  • ndctl:tldr:bbeba ndctl: Check a sector mode namespace for consistency, and repair if needed.
    $ ndctl check-namespace --repair ${namespaceX-Y}
    try on your machine
    explain this command
  • ndctl:tldr:c06ee ndctl: List a specific namespace and include lots of additional information.
    $ ndctl list -vvv --namespace=${namespaceX-Y}
    try on your machine
    explain this command
  • ndctl:tldr:f108d ndctl: Run a monitor to watch for SMART health events for NVDIMMs on the 'ACPI.NFIT' bus.
    $ ndctl monitor --bus=${ACPI-NFIT}
    try on your machine
    explain this command
back to context overview