From d2082ee94267e4ca59b187c5e37dac03c1d65187 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 31 Jan 2023 05:13:03 +0100 Subject: Merging upstream version 2.3. Signed-off-by: Daniel Baumann --- Documentation/nvme-sanitize.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Documentation/nvme-sanitize.txt') diff --git a/Documentation/nvme-sanitize.txt b/Documentation/nvme-sanitize.txt index f98d039..c3b9af2 100644 --- a/Documentation/nvme-sanitize.txt +++ b/Documentation/nvme-sanitize.txt @@ -70,10 +70,10 @@ OPTIONS |================= |Value|Definition |0x00| Reserved -|0x01| Exit Failure Mode -|0x02| Start a Block Erase sanitize operation -|0x03| Start an Overwrite sanitize operation -|0x04| Start a Crypto Erase sanitize operation +|0x01 \| 'exit-failure'| Exit Failure Mode +|0x02 \| 'start-block-erase'| Start a Block Erase sanitize operation +|0x03 \| 'start-overwrite'| Start an Overwrite sanitize operation +|0x04 \| 'start-crypto-erase'| Start a Crypto Erase sanitize operation |================= -p :: @@ -93,8 +93,9 @@ EXAMPLES * Has the program issue Sanitize Command : + ------------ -# nvme sanitize /dev/nvme0n1 -a 0x02 -# nvme sanitize /dev/nvme0n1 --sanact=0x01 +# nvme sanitize /dev/nvme0 -a 0x02 +# nvme sanitize /dev/nvme0 --sanact=0x01 +# nvme sanitize /dev/nvme0 --sanact=start-overwrite ------------ -- cgit v1.2.3