Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-27 00:21:46 +00:00
parent 69350c28ac
commit cdc8040fcb
33 changed files with 274 additions and 40 deletions

View File

@@ -8,11 +8,11 @@ source: https://github.com/tldr-pages/tldr.git
> Utility for managing Non-Volatile DIMMs.
> More information: <https://manned.org/ndctl>.
- Create an 'fsdax' mode namespace:
- Create an `fsdax` mode namespace:
`ndctl create-namespace --mode={{fsdax}}`
- Change the mode of a namespace to 'raw':
- Change the mode of a namespace to `raw`:
`ndctl create-namespace --reconfigure={{namespaceX.Y}} --mode={{raw}}`
@@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
`ndctl list -vvv --namespace={{namespaceX.Y}}`
- Run a monitor to watch for SMART health events for NVDIMMs on the 'ACPI.NFIT' bus:
- Run a monitor to watch for SMART health events for NVDIMMs on the `ACPI.NFIT` bus:
`ndctl monitor --bus={{ACPI.NFIT}}`