bitlocker-dislocker
Read/write BitLocker encrypted volumes under Linux
1.
root@slitaz:~# blkid | grep BitLocker
/dev/nvme0n1p3: TYPE="BitLocker" PARTLABEL="Basic data partition" PARTUUID="06839bde-e47e-4d16-b1fc-8fabae16ea35"
2.
root@slitaz:~# tazpkg info dislocker
TazPkg information =========================================================================== Package : dislocker State : installed package Version : 0.7.1 (new version "" available) Category : system-tools Short desc : Read/write BitLocker encrypted volumes under Linux Maintainer : al.bobylev@gmail.com License : GPL2 Depends : fuse2 mbedtls Web site : https://github.com/Aorimn/dislocker Size : 52K/196K ===========================================================================
3.
root@slitaz:~# dislocker -V /dev/nvme0n1p3 /media/next
root@slitaz:~# ls /media/next
dislocker-file
root@slitaz:~# mount -o loop /media/next/dislocker-file /media/mount
root@slitaz:~# mount | tail -2
dislocker-fuse on /media/next type fuse.dislocker-fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
/media/next/dislocker-file on /media/mount type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
4.
root@slitaz:~# ls /media/mount
$Recycle.Bin/ PerfLogs/ eSupport/ $WinREAgent/ Program\ Files/ hiberfil.sys* AMTAG.BIN* Program\ Files\ (x86)/ pagefile.sys* DRIVERS/ ProgramData/ sources/ Documents\ and\ Settings@ Recovery/ swapfile.sys* DumpStack.log* System\ Volume\ Information/ tools/ DumpStack.log.tmp* Users/ OneDriveTemp/ Windows/ root@slitaz:~# ls /media/mount/eSupport/eDriver/ AUTORUN.INF* LIB/ AsusInsWiz.exe* M3400QA_2009_X64_V2.01.MD5* AsusInsWiz.ico* ReleaseNote_FileList\ of\ M3400QA_2009_X64_V2.01.xls* FileList.txt* Software/ root@slitaz:~# head -1 /media/mount/eSupport/eDriver/FileList.txt ReleaseNote_FileList of M3400QA_2009_X64_V2.01 root@slitaz:~# head /media/mount/eSupport/eDriver/M3400QA_2009_X64_V2.01.MD5 a93fea5eee07fbe3789ae3a97c28bd80 *AsusInsWiz.exe 0b7f66822d1cebaea49169bf45fff26f *AsusInsWiz.ico 692269c92d65f7feebbf68ba34d7646b *AUTORUN.INF 1ebe428388f314a3b28b85ef77aa32a1 *FileList.txt 85271181009d3f53023cbf89644b7fda *ReleaseNote_FileList of M3400QA_2009_X64_V2.01.xls 4c1ecf49903c32fda77e4f02ec601b10 *I386\ahci.reg 09bca99eada77d60600a8b42680eeeb7 *I386\AsCopy64.exe 83aaab88f3aa3c3c5be1d6f546ef0095 *I386\AsInst.exe ffe1da72919b4dc7d280e46b7a760229 *I386\AsInstCommomLibrary.dll 4e7c6f2baefaa3f09ea1da9c64093d68 *I386\AsModelCopy.exe root@slitaz:~#