Open theIuser opened 4 years ago
Could you please check if the permission to the sudoers file were enabled properly sending me the output of:
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...
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.
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.
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
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 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, or unsubscribe.
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.
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