.Dd March 5, 2019 .Dt luksdemount .Os libluksde .Sh NAME .Nm luksdemount .Nd mounts a Linux Unified Key Setup (LUKS) Disk Encryption volume .Sh SYNOPSIS .Nm luksdemount .Op Fl k Ar keys .Op Fl o Ar offset .Op Fl p Ar password .Op Fl X Ar extended_options .Op Fl hvV .Ar source .Sh DESCRIPTION .Nm luksdemount is a utility to mount a Linux Unified Key Setup (LUKS) Disk Encryption volume .Pp .Nm luksdemount is part of the .Nm libluksde package. .Nm libluksde is a library to access the Linux Unified Key Setup (LUKS) Disk Encryption format .Pp .Ar source is the source file. .Pp The options are as follows: .Bl -tag -width Ds .It Fl h shows this help .It Fl k Ar keys the master key, formatted in base16 .It Fl o Ar offset specify the volume offset .It Fl p Ar password specify the password .It Fl v verbose output to stderr .It Fl V print version .It Fl X Ar extended_options extended options to pass to sub system .El .Sh ENVIRONMENT None .Sh FILES None .Sh EXAMPLES .Bd -literal # luksdemount -p Password /dev/sda1 luksdemount 20130704 .Ed .Sh 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. .Sh BUGS Please report bugs of any kind to or on the project website: https://github.com/libyal/libluksde/ .Sh AUTHOR These man pages were written by Joachim Metz. .Sh COPYRIGHT Copyright (C) 2013-2020, Joachim Metz . This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .Sh SEE ALSO .Xr luksdeinfo 1