Mount an encrypted WD drive on Linux with one command.
-
Install ‘sg3_utils’ package for your Linux distro
-
Identify the block drive = /dev/sd?
dmesg | grep -i scsi
-
Run ./mount.sh {path_to_block drive} Eg:
./mount.sh /dev/sdb
- WD-Decrypte submodule from https://github.com/SofianeHamlaoui/WD-Decrypte
git submodule add https://github.com/SofianeHamlaoui/WD-Decrypte.git wd-decrypte
NOTE: Initialize and update submodule after cloning.
`git submodule init`
`git submodule update`