Merging upstream version 2.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6f6d3e85f8
commit
0f2367f2fa
533 changed files with 9033 additions and 4835 deletions
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
|
||||
<meta name="generator" content="AsciiDoc 10.2.0" />
|
||||
<meta name="generator" content="AsciiDoc 10.2.1" />
|
||||
<title>nvme-sanitize(1)</title>
|
||||
<style type="text/css">
|
||||
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
|
||||
|
@ -753,7 +753,7 @@ nvme-sanitize(1) Manual Page
|
|||
[--owpass=<overwrite-pass-count> | -n <overwrite-pass-count>]
|
||||
[--ause | -u] [--sanact=<action> | -a <action>]
|
||||
[--ovrpat=<overwrite-pattern> | -p <overwrite-pattern>]
|
||||
[--force]
|
||||
[--emvs | -e] [--force]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
|
@ -877,6 +877,10 @@ cellspacing="0" cellpadding="4">
|
|||
<td align="left" valign="top"><p class="table">0x04 | <em>start-crypto-erase</em></p></td>
|
||||
<td align="left" valign="top"><p class="table">Start a Crypto Erase sanitize operation</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top"><p class="table">0x05 | <em>exit-media-verification</em></p></td>
|
||||
<td align="left" valign="top"><p class="table">Exit Media Verification State</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -897,6 +901,22 @@ cellspacing="0" cellpadding="4">
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-e
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--emvs
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Enter Media Verification State:
|
||||
If set, then the Media Verification state shall be entered if sanitize
|
||||
processing completes successfully. If cleared, then this bit shall have
|
||||
no effect. If SANACT field does not specify starting a sanitize operation
|
||||
(i.e., is set to any value other than 010b, 011b, or 100b), then this bit
|
||||
shall be ignored by the controller.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
--force
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -960,7 +980,7 @@ Has the program issue Sanitize Command :
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-08-05 15:42:22 CEST
|
||||
2024-10-31 10:38:40 CET
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue