Mount encrypted Ubuntu LVM partition under TAILS

in tails •  5 years ago 

#!/bin/sh
cryptsetup luksOpen /dev/sda1 internal
vgscan --mknodes
vgchange -ay
mount /dev/dm-2 /home/amnesia/Persistent/mnt

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!