Merging upstream version 2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0f232ef15b
commit
bf586630f8
444 changed files with 5289 additions and 1980 deletions
|
@ -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 <overwrite-pattern>::
|
||||
|
@ -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
|
||||
|
||||
------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue