1NVME-UNCOR(1) NVMe Manual NVME-UNCOR(1)
2
3
4
6 nvme-write-uncor - Send an NVMe write uncorrectable command, return
7 results
8
10 nvme-write-uncor <device> [--start-block=<slba> | -s <slba>]
11 [--block-count=<nlb> | -c <nlb>]
12 [--namespace-id=<nsid> | -n <nsid>]
13 [--force]
14
16 The Write Uncorrectable command is used to invalidate a range of
17 logical blocks.
18
20 --start-block=<slba>, -s <slba>
21 Start block.
22
23 --block-count=<nlb>, -c
24 Number of logical blocks to write uncorrectable.
25
26 --namespace-id=<nsid>, -n <nsid>
27 Namespace ID use in the command.
28
29 --force
30 Ignore namespace is currently busy and performed the operation even
31 though.
32
34 No examples yet.
35
37 Part of the nvme-user suite
38
39
40
41NVMe 11/04/2022 NVME-UNCOR(1)