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