mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
29 lines
668 B
Plaintext
29 lines
668 B
Plaintext
= cryptsetup-erase(8)
|
|
:doctype: manpage
|
|
:manmanual: Maintenance Commands
|
|
:mansource: cryptsetup {release-version}
|
|
:man-linkstyle: pass:[blue R < >]
|
|
:COMMON_OPTIONS:
|
|
:ACTION_ERASE:
|
|
|
|
== Name
|
|
|
|
cryptsetup-erase, cryptsetup-luksErase - erase all keyslots
|
|
|
|
== SYNOPSIS
|
|
|
|
*cryptsetup _erase_ [<options>] <device>* +
|
|
*cryptsetup _luksErase_ [<options>] <device>*
|
|
|
|
== DESCRIPTION
|
|
|
|
Erase all keyslots and make the LUKS container permanently inaccessible.
|
|
You do not need to provide any password for this operation.
|
|
|
|
*WARNING:* This operation is irreversible.
|
|
|
|
*<options>* can be [--header, --disable-locks].
|
|
|
|
include::man/common_options.adoc[]
|
|
include::man/common_footer.adoc[]
|