1
0
Fork 0
nvme-cli/Documentation/nvme-reset.txt
Daniel Baumann ac60c09ef6
Adding upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 11:10:29 +01:00

32 lines
429 B
Text

nvme-reset(1)
=============
NAME
----
nvme-reset - Reset the nvme controller.
SYNOPSIS
--------
[verse]
'nvme reset' <device>
DESCRIPTION
-----------
Requests NVMe controller reset. The <device> param is mandatory and must
be an NVMe character device (ex: /dev/nvme0).
OPTIONS
-------
None
EXAMPLES
--------
* Resets the controller.
+
------------
# nvme reset /dev/nvme0
------------
NVME
----
Part of the nvme-user suite