< Home - < Back

fuse-dislocker


Information about the package, fuse-dislocker, which is shipped with common Linux distributions. The fuse-dislocker package is designed for, FUSE filesystem to access BitLocker encrypted volumes.


Package Name:

fuse-dislocker

Summary:

FUSE filesystem to access BitLocker encrypted volumes

Description:

Dislocker has been designed to read BitLocker encrypted partitions ("drives") under a Linux system. The driver has the capability to read/write partitions encrypted using Microsoft Windows Vista, 7, 8, 8.1 and 10 (AES-CBC, AES-XTS, 128 or 256 bits, with or without the Elephant diffuser, encrypted partitions); BitLocker-To-Go encrypted partitions (USB/FAT32 partitions). A mount point needs to be given to dislocker-fuse. Once keys are decrypted, a file named 'dislocker-file' appears into this provided mount point. This file is a virtual NTFS partition, it can be mounted as any NTFS partition and then reading from it or writing to it is possible.

Architecture:

x86_64

Version:

0.7.1

Release:

7.el6

Size:

14 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for fuse-dislocker


Control the fuse-dislocker package with the following handy commands outlined below.


Command

Description of Command

yum install fuse-dislocker

This command will install fuse-dislocker on the server.

yum remove fuse-dislocker

This command will un-install fuse-dislocker on the server. When you run this command, you will be asked if you are sure that you want to remove fuse-dislocker, so you have to manually confirm that you want to do this.

yum -y remove fuse-dislocker

This command will un-install fuse-dislocker on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fuse-dislocker when using the -y flag.

yum update fuse-dislocker

This command will update fuse-dislocker to the latest version. When you run this command, you will be asked if you are sure that you want to remove fuse-dislocker, so you have to manually confirm that you want to do this.

yum -y update fuse-dislocker

This command will update fuse-dislocker to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fuse-dislocker when using the -y flag.

yum info fuse-dislocker

This command will show you core information about the fuse-dislocker package.

yum deplist fuse-dislocker

This command will show you the dependencies for fuse-dislocker. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update fuse-dislocker

This command will check if there is an update waiting on fuse-dislocker. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.