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