1NVME-ATTACH-NS(1) NVMe Manual NVME-ATTACH-NS(1)
2
3
4
6 nvme-attach-ns - Send NVMe attach namespace, return result.
7
9 nvme attach-ns <device> [--namespace-id=<nsid> | -n <nsid>]
10 [--controllers=<ctrl-list,> | -c <ctrl-list,>]
11
13 For the NVMe device given, sends the nvme namespace attach command for
14 the provided namespace identifier, attaching to the provided list of
15 controller identifiers.
16
18 -n <nsid>, --namespace-id=<nsid>
19 The namespace identifier to attach.
20
21 -c <ctrl-list,>, -controllers=<ctrl-list,>
22 The comma separated list of controller identifiers to attach the
23 namespace too.
24
26 Attach namespace to the controller:
27
28 # nvme attach-ns /dev/nvme1 -n 0x2 -c 0x21
29
31 Part of the nvme-user suite
32
33
34
35NVMe 09/29/2023 NVME-ATTACH-NS(1)