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