Skip to content

Instantly share code, notes, and snippets.

@jeffsebring
Created June 22, 2012 19:38
Show Gist options
  • Save jeffsebring/2974671 to your computer and use it in GitHub Desktop.
Save jeffsebring/2974671 to your computer and use it in GitHub Desktop.
Mount Luks drive
mkdir /media/home
sudo cryptsetup luksOpen /dev/sda2 home
sudo mount /dev/mapper/home /media/home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment