Skip to content
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

Open
theIuser opened this issue Mar 10, 2020 · 6 comments
Open

No Bitlocker drives found #2

theIuser opened this issue Mar 10, 2020 · 6 comments

Comments

@theIuser
Copy link

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

@raryelcostasouza
Copy link
Owner

Could you please check if the permission to the sudoers file were enabled properly sending me the output of:

sudo cat /etc/sudoers

There 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...

@theIuser
Copy link
Author

Got the following output on my test machine:

"# /etc/sudoers
"#
"# This file MUST be edited with the 'visudo' command as root.
"#
"# See the man page for details on how to write a sudoers file.
"#
"Defaults env_reset
"# Uncomment to allow members of group sudo to not need a password
"# %sudo ALL=NOPASSWD: ALL
"# Host alias specification
"# User alias specification
"# Cmnd alias specification
"# User privilege specification
"root ALL=(ALL) ALL
"%tcos ALL=NOPASSWD: ALL

Strangely enough encryption works on this machine.

@raryelcostasouza
Copy link
Owner

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:
ALL ALL=NOPASSWD: /opt/zDislocker/util-root.sh

Please run the installer again or add such line manually to the file so that the app can work properly.
If that still doesn't solve the problem please contact again.

@fdpod
Copy link

fdpod commented May 2, 2021

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.
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

@raryelcostasouza
Copy link
Owner

raryelcostasouza commented May 16, 2021 via email

@fdpod
Copy link

fdpod commented May 17, 2021

Thx for replying.
When I run your program zDislocker I get the window popup that asks: "What would you like to do? Mount or Unmount" - yet in a different appearance than what you have posted (I'm assuming a different theme is present on my Ubuntu installation). When I run the program from the terminal it shows the warning: "Gtk-Message: 19:05:03.353: GtkDialog mapped without a transient parent. This is discouraged." (Which google results only state this as cosmetics)
Then when I have a Bitlocker USB drive plugged in and it shows up as a Bitlocker device under GParted - the Error message that I get pops up after I hit "Mount" and shows: "No unmounted Bitlocker drives found !" - and thats it.
No further output in the terminal.
dislocker was installed via the "apt install dislocker" and shows up as: dislocker by Romain Coltel, v0.7.1 (compiled for Linux/x86_64) - after being installed.
No hard feeling - I suspect this is Ubuntu quirks messing with running this properly - but I could not figure out how to get it work and thought you might have some ideas. I was not ble to find another 'free' solution for this and as I said the Hasleo version works fine as Trial release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants