-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Bitlocker drives found #2
Comments
Could you please check if the permission to the sudoers file were enabled properly sending me the output of: sudo cat /etc/sudoersThere should be a line like "ALL ALL=NOPASSWD: /opt/zDislocker/util-root.sh" otherwise the app will not be able to run the commands necessary to detect and operate the drives... |
Got the following output on my test machine: "# /etc/sudoers Strangely enough encryption works on this machine. |
Did you run the install.sh script in the package as root? The sudoers line generated by the installer is missing on your file... there should be a line at the end like: Please run the installer again or add such line manually to the file so that the app can work properly. |
Hi - not sure if you still monitor this. Came across it trying to use bitlocker drives on Ubuntu 18.04LTS - followed your instructions & script and also none of my drives are recognized when plugged in. |
Greetings,
I'm sorry to hear you are having issues with the app...
could you please try to run the app from terminal to see if you get any error messages?
Did you install dislocker from the repositories before running?
apt install dislocker
Best regards,
Sent with [ProtonMail](https://protonmail.com) Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
…On Saturday, 1 May 2021 21:31, fdpod ***@***.***> wrote:
Hi - not sure if you still monitor this. Came across it trying to use bitlocker drives on Ubuntu 18.04 - followed your instructions & script and also none of my drives are recognized when plugged in.
So - yes I did run the install.sh as root and the line is correctly listed as ALL ALL=NOPASSWD: /opt/zDislocker/util-root.sh
If I use Hasleo BitLocker Anywhere For Linux (Trial) as comparison - it recognizes the same drives without a hitch. Since I like Linux for the "free" stuff - any feedback if this is just me as a dumb user not using it properly would be appreciated - since I liked the approach of your GUI.
Example drive I'm using as it is listed in fdisk:
/dev/sdb1 2048 390719487 390717440 186.3G 7 HPFS/NTFS/exFAT
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#2 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AARSA5DYG7RYH4BOUTXPI7TTLSMPJANCNFSM4LE34D6A).
|
Thx for replying. |
When I try to mount a Bitlocker USB drive i get the message that no bitlocker dirves can be found.
fdisk -l shows me the following:
/dev/sdb1 * 8064 121110527 121102464 57,8G c W95 FAT32 (LBA)
Windows can mount and decrypt the device without issue
The text was updated successfully, but these errors were encountered: