nvme-write-uncor - Man Page

Send an NVMe write uncorrectable command, return results

Synopsis

nvme-write-uncor <device> [--start-block=<slba> | -s <slba>]
                        [--block-count=<nlb> | -c <nlb>]
                        [--namespace-id=<nsid> | -n <nsid>]
                        [--dir-type=<dtype> | -T <dtype>]
                        [--dir-spec=<dspec> | -S <dspec>]

Description

The Write Uncorrectable command is used to invalidate a range of logical blocks.

Options

--start-block=<slba>, -s <slba>

Start block.

--block-count=<nlb>, -c

Number of logical blocks to write uncorrectable.

--namespace-id=<nsid>, -n <nsid>

Namespace ID use in the command.

-T <dtype>, --dir-type=<dtype>

Directive type

-S <dspec>, --dir-spec=<dspec>

Directive specific

Examples

No examples yet.

Nvme

Part of the nvme-user suite

Referenced By

nvme(1).

08/17/2023 NVMe Manual