logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fvdemount — mounts a FileVault Drive Encrypted (FVDE) volume

Author

       These man pages were written by Joachim Metz.

Bugs

       Please report bugs of any kind on the project issue tracker: https://github.com/libyal/libfvde/issues

Description

fvdemount is a utility to mount a FileVault Drive Encrypted (FVDE) volume

       fvdemount is part of the libfvde package.  libfvde is a library to acess the FileVault  Drive  Encryption
       (FVDE) format

       sources one or more source files or devices.

       The options are as follows:

       -eplist_path
               specify the path of the EncryptedRoot.plist.wipekey file

       -h      shows this help

       -kkey  specify the volume master key formatted in base16

       -ooffset
               specify the volume offset

       -ppassword
               specify the password

       -rpassword
               specify the recovery password

       -u      unattended mode (disables user interaction)

       -v      verbose output to stderr

       -V      print version

       -Xextended_options
               extended options to pass to sub system

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.

Environment

       None

Examples

       # fvdemount -p Password /dev/sda1
       fvdemount 20121113

Files

       None

Name

       fvdemount — mounts a FileVault Drive Encrypted (FVDE) volume

See Also

fvdeinfo(1)

libfvde                                         January 22, 2022                                     fvdemount()

Synopsis

fvdemount  [-eplist_path] [-kkey] [-ooffset] [-ppassword] [-rpassword] [-Xextended_options] [-huvV]
                 sources

See Also