Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 674 Bytes

WD Mount

Mount an encrypted WD drive on Linux with one command.

HOW TO RUN:

  1. Install ‘sg3_utils’ package for your Linux distro

  2. Identify the block drive = /dev/sd? dmesg | grep -i scsi

  3. Run ./mount.sh {path_to_block drive} Eg: ./mount.sh /dev/sdb

Dependency:

Reference:

NOTE: Initialize and update submodule after cloning.

`git submodule init`

`git submodule update`