A region is a grouping of one or more NVDIMMs, or an interleaved set, that can be divided up into one or more Namespaces. Regions are of type PMEM or BLK. See PMEM or BLK modes for more information. Regions can only be created, destroyed, and configured using the vendor specific NVDIMM utility that manages the NVDIMMs or BIOS options, if available.
Listing Regions
Currently available regions can be shown using the -R or --regions flag to the ndctl list command, eg:
// Show only 'region0'
# ndctl list --region region0
// Show the region used by NVDIMM 'nmem0'
# ndctl list --dimm nmem0 --regions
// Show the region used by 'namespace0.0'
# ndctl list --namespace namespace0.0 --regions