1NVME-CREATE-NS(1) NVMe Manual NVME-CREATE-NS(1)
2
3
4
6 nvme-create-ns - Send NVMe Namespace management command to create
7 namespace, returns results.
8
10 nvme create-ns <device> [--nsze=<nsze> | -s <nsze>]
11 [--ncap=<ncap> | -c <ncap>]
12 [--flbas=<flbas> | -f <flbas>]
13 [--dps=<dps> | -d <dps>]
14 [--nmic=<nmic> | -m <nmic>]
15
17 For the NVMe device given, sends a namespace management command to
18 create the namespace with the requested settings. On success, the
19 namespace identifier assigned by the controller is returned.
20
21 The <device> parameter is mandatory and may be either the NVMe
22 character device (ex: /dev/nvme0), or a namespace block device (ex:
23 /dev/nvme0n1).
24
26 -s, --nsze
27 The namespace size.
28
29 -c, --ncap
30 The namespace capacity.
31
32 -f, --flbas
33 The namespace formatted logical block size setting.
34
35 -d, --dps
36 The data protection settings.
37
38 -m, --nmic
39 Namespace multipath and sharing capabilities.
40
42 No examples provided yet.
43
45 Part of the nvme-user suite
46
47
48
49NVMe 06/05/2018 NVME-CREATE-NS(1)