table of contents
- Tumbleweed 20260902-1.2
- Leap-16.0
- Leap-15.6
| LUKSDEINFO(1) | General Commands Manual | LUKSDEINFO(1) |
NAME¶
luksdeinfo —
determines information about a Linux Unified Key Setup
(LUKS) volume
SYNOPSIS¶
luksdeinfo |
[-k key]
[-o offset]
[-p password]
[-huvV] source |
DESCRIPTION¶
luksdeinfo is a utility to determine
information about a Linux Unified Key Setup (LUKS) volume
luksdeinfo is part of the
libluksde package. libluksde
is a library to access the Linux Unified Key Setup (LUKS) Disk Encryption
format
source is the source volume.
The options are as follows:
ENVIRONMENT¶
None
FILES¶
None
EXAMPLES¶
# luksdeinfo -p Password /dev/sda1 luksdeinfo 20130704 Linux Unified Key Setup Disk Encryption information: Encryption method: AES 128-bit
DIAGNOSTICS¶
Errors, verbose and debug output are printed to stderr when verbose output -v is enabled. Verbose and debug output are only printed when enabled at compilation.
SEE ALSO¶
AUTHORS¶
Joachim Metz <joachim.metz@gmail.com>
BUGS¶
Please report bugs of any kind on the project issue tracker: https://github.com/libyal/libluksde/issues
COPYRIGHT¶
Copyright (C) 2013-2026, Joachim Metz <joachim.metz@gmail.com>.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| June 26, 2026 | Linux 6.12.0-160000.37-default |