Zenity based GUI for mounting and umounting BitLocker drives using Dislocker (https://github.com/Aorimn/dislocker)
- Rename the app to zDislocker (zenity Dislocker)
- Fix bug on installer. The line on sudoers file was being added extra times even if it was already there.
- Added support for mounting/unmounting multiple BitLocker drives
- Fix bug that cause FAT partitions or disks with GPT partitioning not being detected.
- Fix bug that caused the mounted drive only to be editable by the root user
- dislocker
- zenity
sudo ./install.sh
Note: to enable non-admin users to mount/umount BitLocker protected drives, by default, during the installation a rule is added to the /etc/sudoers file. This rule allow all users to execute the script util-root.sh (where the root commands needed for mounting/umounting are located).
The proper and safe way to eject the BitLocker encrypted drives is using this app. Your file browser may automatically show an eject button, but it does not know how to eject with BitLocker drives properly.
If you eject a drive only using the file browser button it may cause DATA LOSS.
GNU GPL v3