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