table of contents
| NVME-FDP-FEATURE(1) | NVMe Manual | NVME-FDP-FEATURE(1) |
NAME¶
nvme-fdp-feature - Show or change Flexible Data Placement (FDP) Feature
SYNOPSIS¶
nvme [<global-options>] fdp <device> [--endgrp-id=<NUM> | -e <NUM>]
[--enable-conf-idx=<NUM> | -c <NUM>]
[--disable | -d]
DESCRIPTION¶
For the NVMe device given, configure and manage the Flexible Data Placement (FDP) feature.
This command can be used to either show the current FDP feature configuration or change it.
If no `--enable-conf-idx` or `--disable` options are provided, the current configuration is displayed.
If the --enable-conf-idx or --disable options are provided, configuration is changed accordingly. Device may refuse the change if there is a namespace.
The <device> parameter is mandatory and must be a NVMe character device (ex: /dev/nvme0)
OPTIONS¶
-e <NUM>, --endgrp-id=<NUM>
-c <NUM>, --enable-conf-idx=<NUM>
-d, --disable
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.
SEE ALSO¶
nvme-list-endgrp(1) nvme-fdp-config(1)
NVME¶
Part of nvme-cli
| 07/31/2026 | NVMe |