nvme-copy(1) ============ NAME ---- nvme-copy - Send an NVMe Simple Copy command, provide results SYNOPSIS -------- [verse] 'nvme-copy' [--sdlba= | -d ] [--blocks= | -b ] [--slbs= | -s ] [--snsids= | -N ] [--sopts= | -O ] [--limited-retry | -l] [--force-unit-access | -f] [--prinfow= | -p ] [--prinfor= | -P ] [--ref-tag= | -r ] [--expected-ref-tags= | -R ] [--app-tag= | -a ] [--expected-app-tags= | -A ] [--app-mask= | -m ] [--expected-app-masks= | -M ] [--dir-type= | -T ] [--dir-spec= | -S ] [--format= | -F ] [--output-format= | -o ] [--verbose | -v] DESCRIPTION ----------- The Copy command is used by the host to copy data from one or more source logical block ranges to a single consecutive destination logical block range. OPTIONS ------- -d :: --sdlba=:: 64-bit addr of first destination logical block -b :: --blocks=:: Comma separated list of the number of blocks in each range -s :: --slbs=:: Comma separated list of the starting blocks in each range --snsids=:: -N :: Comma separated list of the source namespace identifiers in each range --sopts=:: -O :: Comma separated list of the source options in each range -l:: --limited-retry:: Sets the limited retry flag. -f:: --force-unit-access:: Set the force-unit access flag. -p :: --prinfow=:: Protection Information field write definition. -P :: --prinfor=:: Protection Information field read definition. -r :: --ref-tag=:: initial lba reference tag. -R :: --expected-ref-tags=:: expected lba reference tags (comma-separated list). -a :: --app-tag=:: lba app tag -A :: --expected-app-tags=:: expected lba app tags (comma-separated list) -m :: --app-mask=:: lba tag mask -M :: --expected-app-masks=:: expected lba tag masks (comma-separated list) -T :: --dir-type=:: Optional directive type. The nvme-cli only enforces the value be in the defined range for the directive type, though the NVMe specification (1.3a) defines only one directive, 01h, for write stream identifiers. -S :: --dir-spec=:: Optional field for directive specifics. When used with write streams, this value is defined to be the write stream identifier. The nvme-cli will not validate the stream requested is within the controller's capabilities. -F :: --format=:: source range entry format -o :: --output-format=:: Set the reporting format to 'normal', 'json' or 'binary'. Only one output format can be used at a time. -v:: --verbose:: Increase the information detail in the output. EXAMPLES -------- No examples yet. NVME ---- Part of the nvme-user suite