table of contents
- Tumbleweed 3.0~b.4-1.1
- Leap-16.0
- Leap-15.6
| NVME-SANITIZE-LOG(1) | NVMe Manual | NVME-SANITIZE-LOG(1) |
NAME¶
nvme-sanitize-log - Send NVMe sanitize-log Command, return result
SYNOPSIS¶
nvme [<global-options>] sanitize-log <device> [--rae | -r]
[--raw-binary | -b]
DESCRIPTION¶
Retrieves the NVMe Sanitize log page from an NVMe device and provides the status of sanitize command.
The <device> parameter is mandatory NVMe character device (ex: /dev/nvme0).
Expected status and description :-
| Status Code | Description |
| 0x0000 | NVM subsystem has never been sanitized. |
| 0x0001 | The most recent sanitize operation completed successfully. |
| 0x0002 | A sanitize operation is currently in progress. |
| 0x0003 | The most recent sanitize operation failed. |
| 0x0100 | Global Data Erased bit If set to 1 then non-volatile storage in the NVM subsystem has not been written to: a) since being manufactured and the NVM subsystem has never been sanitized; or b) since the most recent successful sanitize operation. If cleared to 0, then non-volatile storage in the NVM subsystem has been written to: a) since being manufactured and the NVM subsystem has never been sanitized; or b) since the most recent successful sanitize operation of the NVM subsystem. |
Sanitize Progress - percentage complete
On success it returns 0, error code otherwise.
OPTIONS¶
-r, --rae
-b, --raw-binary
GLOBAL OPTIONS¶
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES¶
# nvme sanitize-log /dev/nvme0
NVME¶
Part of the nvme-user suite.
| 07/31/2026 | NVMe |