table of contents
- Tumbleweed 3.1-1.1
- Leap-16.0
- Leap-15.6
| NVME-CREATE-NS(1) | NVMe Manual | NVME-CREATE-NS(1) |
NAME¶
nvme-create-ns - Send NVMe Namespace management command to create namespace, returns results. (deprecated)
SYNOPSIS¶
nvme [<global-options>] 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>]
[--endg-id=<endgid> | -e <endgid>]
[--csi=<command_set_identifier> | -y <command_set_identifier>]
[--lbstm=<lbstm> | -l <lbstm>]
[--nphndls=<nphndls> | -n <nphndls>]
[--block-size=<block-size> | -b <block-size>]
[--nsze-si=<nsze-si> | -S <nsze-si>]
[--ncap-si=<ncap-si> | -C <ncap-si>]
[--azr | -z]
[--rar=<rar> | -r <rar>]
[--ror=<ror> | -O <ror>]
[--rnumzrwa=<rnumzrwa> | -u <rnumzrwa>]
[--phndls=<placement-handle-list,> | -p <placement-handle-list,>]
[<global-options>]
DESCRIPTION¶
Deprecated alias for nvme-ns-create(1), kept for scripts written against nvme-cli versions older than 3.0. Options and behavior are identical; only the top-level command name is retained.
New scripts should use nvme ns create instead. This alias prints a deprecation warning on stderr and may be removed in a future release.
See nvme-ns-create(1) for the full option reference.
GLOBAL OPTIONS¶
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES¶
No Examples
NVME¶
Part of the nvme-user suite
SEE ALSO¶
| 09/18/2026 | NVMe |