mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 09:51:20 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user