NVME-CREATE-NS(1) | NVMe Manual | NVME-CREATE-NS(1) |
nvme-create-ns - Send NVMe Namespace management command to create namespace, returns results.
nvme create-ns <device> [--nsze=<nsze> | -s <nsze>]
[--ncap=<ncap> | -c <ncap>]
[--flbas=<flbas> | -f <flbas>]
[--dps=<dps> | -d <dps>]
[--nmic=<nmic> | -m <nmic>]
[--anagrp-id=<anagrpid> | -a <anagrpid>]
[--nvmset-id=<nvmsetid> | -i <nvmsetid>]
[--block-size=<block-size> | -b <block-size>]
[--timeout=<timeout> | -t <timeout>] DESCRIPTION
For the NVMe device given, sends a namespace management command to create the namespace with the requested settings. On success, the namespace identifier assigned by the controller is returned. The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1). OPTIONS
-s, --nsze
-c, --ncap
-f, --flbas
-d, --dps
-m, --nmic
-a, --anagrp-id
-i <nvmsetid>, --nvmset-id=<nvmsetid>
-b, --block-size
No examples provided yet.
Part of the nvme-user suite
04/24/2020 | NVMe |