I'm trying to use bdemount from the libbde package to mount a bitlocker encrypted drive.
It fails with:
# bdemount /dev/da0p1 /mnt
bdemount 20221031
Unable to open source volume
libcfile_file_read_buffer_with_error_code: unable to read from file with error: Invalid argument
[...]
The problem is while parsing the volume header it attempts to do a read for 64 bytes, which fails with EINVAL because it's not a multiple of the blocksize.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.