Skip to content

Instantly share code, notes, and snippets.

@etdsoft
Created October 9, 2013 08:39
Embed
What would you like to do?
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