1NDCTL-ENABLE-REGIO(1) NDCTL-ENABLE-REGIO(1)
2
3
4
6 ndctl-enable-region - enable the given region(s) and all descendant
7 namespaces
8
10 ndctl enable-region <region> [<options>]
11
13 A generic REGION device is registered for each PMEM range /
14 interleave-set. LIBNVDIMM provides a built-in driver for these REGION
15 devices. This driver is responsible for parsing namespace labels and
16 instantiating PMEM namespaces for each coherent set of labels.
17
19 <region>
20 A regionX device name, or a region id number. Restrict the
21 operation to the specified region(s). The keyword all can be
22 specified to indicate the lack of any restriction, however this is
23 the same as not supplying a --region option at all.
24
25 -b, --bus=
26 A bus id number, or a provider string (e.g. "ACPI.NFIT"). Restrict
27 the operation to the specified bus(es). The keyword all can be
28 specified to indicate the lack of any restriction, however this is
29 the same as not supplying a --bus option at all.
30
32 Copyright © 2016 - 2022, Intel Corporation. License GPLv2: GNU GPL
33 version 2 http://gnu.org/licenses/gpl.html. This is free software: you
34 are free to change and redistribute it. There is NO WARRANTY, to the
35 extent permitted by law.
36
38 linkndctl:ndctl-disable-region[1]
39
40
41
42 08/03/2023 NDCTL-ENABLE-REGIO(1)