1DAXCTL-DISABLE-DEV(1) DAXCTL-DISABLE-DEV(1)
2
3
4
6 daxctl-disable-device - Disables a devdax device
7
9 daxctl disable-device [<options>]
10
12 • Disables dax0.1
13
14 # daxctl disable-device dax0.1
15
16 • Disables all devices in region id 0
17
18 # daxctl disable-device -r 0 all
19 disabled 3 devices
20
22 Disables a dax device in devdax mode.
23
25 -r, --region=
26 Restrict the operation to devices belonging to the specified
27 region(s). A device-dax region is a contiguous range of memory that
28 hosts one or more /dev/daxX.Y devices, where X is the region id and
29 Y is the device instance id.
30
31 -u, --human
32 By default the command will output machine-friendly raw-integer
33 data. Instead, with this flag, numbers representing storage size
34 will be formatted as human readable strings with units, other
35 fields are converted to hexadecimal strings.
36
37 -v, --verbose
38 Emit more debug messages
39
41 Copyright © 2016 - 2022, Intel Corporation. License GPLv2: GNU GPL
42 version 2 http://gnu.org/licenses/gpl.html. This is free software: you
43 are free to change and redistribute it. There is NO WARRANTY, to the
44 extent permitted by law.
45
47 linkdaxctl:daxctl-list[1],daxctl-reconfigure-device[1],daxctl-create-device[1]
48
49
50
51 01/13/2023 DAXCTL-DISABLE-DEV(1)