Created
October 9, 2013 08:39
-
-
Save etdsoft/6898176 to your computer and use it in GitHub Desktop.
Mounting the Dradis Pro LUKS encrypted volume after the appliance has started
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# as root or via sudo | |
cryptsetup luksOpen /dev/dradispro/data data-open | |
mount /dev/mapper/data-open /mnt/data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment