You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can just mount it encrypted and let Windows to handle the decryption process? Or the process of mounting a BitLocker image is significanly different than a normal image? I don't quite undersrand what you mean by "open".
Currently the program uses the Dokan library to create a virtual drive to mount. I have to give Dokan a list of files to show on the virtual drive - I can't just give it a raw img for it to serve to Windows. So I need a way to open BitLocker first, get a list of files, and pass them to Dokan.
But perhaps there's another way. Maybe we can convert the raw img to a VHD. Windows 10 can mount VHD files, and with luck, it should prompt for a BitLocker password to proceed.
Version
Windows: 10 22H2
clonezilla-util: 2.0.4
Problem
Neither
mount
ormount-as-image-files
can mount a BitLocker partition.Step to reproduce
Expected bahavior
Mount the disk for Windows or other decryption tool to decrypt
Actual bachvior
System.Exception: Unknown partclone image version: (undisplable text after b64e: Aw==)
Workaround
None
Command Used:
Traceback (Both commands have identical output)
Directory layout
The text was updated successfully, but these errors were encountered: