Skip to content

Instantly share code, notes, and snippets.

@etdsoft
Created October 9, 2013 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etdsoft/6898176 to your computer and use it in GitHub Desktop.
Save etdsoft/6898176 to your computer and use it in GitHub Desktop.
Mounting the Dradis Pro LUKS encrypted volume after the appliance has started
# 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