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