dislocker-find - Man Page
Find BitLocker-encrypted volumes.
Synopsis
dislocker-find [-h] [files...]
Description
The program try to find BitLocker-encrypted volumes or check that provided files are BitLocker-encrypted.
It will print every file it find to be BitLocker-encrypted, one per line. Each file/line can be passed to the dislocker suite to be decrypted (`-V' option).
Options
Program's options are described below:
- -h
print the help and exit
- files
check for BitLocker-encrypted partitions among these files instead of trying to find them alone
Return Values
-1 means an error occurred, other numbers are the number of BitLocker-encrypted volumes found. For example, 0 means no volume has been found, 42 means 42 volumes have been found.
Examples
No volume is found automatically, the program returns 0 volume found (the last line comes from the echo):
# dislocker-find.rb ; echo $? No BitLocker volume found. 0
Two volumes are found, the program returns this number (the last line comes from the echo):
# dislocker-find.rb ; echo $? /dev/sda3 /dev/sda7 2
Author
This tool is developed by Romain Coltel on behalf of HSC (http://www.hsc.fr/)
Feel free to send bugs report to <dislocker __AT__ hsc __DOT__ fr>